Skip to content

Commit 89f8b8b

Browse files
committed
Add NoGC back to MMTK_PLAN test
1 parent 52b857e commit 89f8b8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/mmtk/test_configuration.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ def test_MMTK_THREADS
1212
RUBY
1313
end
1414

15-
# TODO: Add NoGC once this is fixed: https://github.com/mmtk/mmtk-core/pull/1263
16-
%w(MarkSweep Immix).each do |plan|
15+
%w(NoGC MarkSweep Immix).each do |plan|
1716
define_method(:"test_MMTK_PLAN_#{plan}") do
1817
assert_separately([{ "MMTK_PLAN" => plan }], <<~RUBY)
1918
assert_equal("#{plan}", GC.config[:mmtk_plan])

0 commit comments

Comments
 (0)