diff options
Diffstat (limited to 'test/ruby/test_objectspace.rb')
-rw-r--r-- | test/ruby/test_objectspace.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_objectspace.rb b/test/ruby/test_objectspace.rb index beb66da7e2..5c79983b7e 100644 --- a/test/ruby/test_objectspace.rb +++ b/test/ruby/test_objectspace.rb @@ -208,7 +208,6 @@ End main_th.raise(my_error) end GC.start - puts "After GC" sleep(10) assert(false) rescue my_error |