mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix missing assertions in mruby-objectspace test
This commit is contained in:
@@ -56,5 +56,5 @@ assert('ObjectSpace.each_object') do
|
||||
end
|
||||
|
||||
assert 'Check class pointer of ObjectSpace.each_object.' do
|
||||
ObjectSpace.each_object { |obj| !obj }
|
||||
assert_nothing_raised { ObjectSpace.each_object { |obj| !obj } }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user