Skip to content

Commit b542682

Browse files
committed
test/ruby/test_set.rb: mmtk doesn't have GC.compact
1 parent 2036140 commit b542682

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/ruby/test_set.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,10 @@ def x
874874
end
875875
876876
x
877-
GC.compact
877+
begin
878+
GC.compact
879+
rescue NotImplementedError
880+
end
878881
end;
879882
end
880883
end

0 commit comments

Comments
 (0)