From ce1ad1b816f912d0750669c57211d72ea723e28d Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Wed, 4 Dec 2024 14:29:47 -0500 Subject: Standardize on the name "modular GC" We have name fragmentation for this feature, including "shared GC", "modular GC", and "external GC". This commit standardizes the feature name to "modular GC" and the implementation to "GC library". --- test/ruby/test_rubyoptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index fd52255acd..f61466c035 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -310,7 +310,7 @@ class TestRubyOptions < Test::Unit::TestCase def test_enabled_gc omit unless /linux|darwin/ =~ RUBY_PLATFORM - if RbConfig::CONFIG['shared_gc_dir'].length > 0 + if RbConfig::CONFIG['modular_gc_dir'].length > 0 assert_match(/\+GC/, RUBY_DESCRIPTION) else assert_no_match(/\+GC/, RUBY_DESCRIPTION) -- cgit v1.2.3