summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorMatt Valentine-House <matt@eightbitraptor.com>2022-07-07 22:32:35 +0100
committerPeter Zhu <peter@peterzhu.ca>2022-07-11 09:00:03 -0400
commit6423d32e3be76df346ea2051e1cbba220f36c9c0 (patch)
tree52e707e27724b68537de7a18e813f1c78aa0c4e6 /bootstraptest
parenta6dd859affc42b667279e513bb94fb75cfb133c1 (diff)
Replace use of double_heap in tests with expand_heap
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6107
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_yjit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_yjit.rb b/bootstraptest/test_yjit.rb
index e80c50fd6e..7158486d50 100644
--- a/bootstraptest/test_yjit.rb
+++ b/bootstraptest/test_yjit.rb
@@ -806,7 +806,7 @@ assert_equal "good", %q{
foo
begin
- GC.verify_compaction_references(double_heap: true, toward: :empty)
+ GC.verify_compaction_references(expand_heap: true, toward: :empty)
rescue NotImplementedError
# in case compaction isn't supported
end