From 6423d32e3be76df346ea2051e1cbba220f36c9c0 Mon Sep 17 00:00:00 2001 From: Matt Valentine-House Date: Thu, 7 Jul 2022 22:32:35 +0100 Subject: Replace use of double_heap in tests with expand_heap --- bootstraptest/test_yjit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest') 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 -- cgit v1.2.1