Skip to content

Commit

Permalink
Add StickyImmix to test_mmtk.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Jul 18, 2024
1 parent f1f5046 commit 0a82448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ruby/test_mmtk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def test_plan_name
#assert_in_out_err(['--mmtk-plan=NoGC', '-e puts GC::MMTk.plan_name'], '', ['NoGC'])
assert_in_out_err(['--mmtk-plan=MarkSweep', '-e puts GC::MMTk.plan_name'], '', ['MarkSweep'])
assert_in_out_err(['--mmtk-plan=Immix', '-e puts GC::MMTk.plan_name'], '', ['Immix'])
assert_in_out_err(['--mmtk-plan=StickyImmix', '-e puts GC::MMTk.plan_name'], '', ['StickyImmix'])
end

def test_max_heap
Expand Down

0 comments on commit 0a82448

Please sign in to comment.