diff options
author | Peter Zhu <[email protected]> | 2024-10-11 11:23:50 -0400 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-10-15 09:10:35 -0400 |
commit | 3da3cabf982eaa4d2c9732651f6a9e18ffd0aba3 (patch) | |
tree | 94ff725a37ea4e48182dc4165ea73542af9d29fa /test | |
parent | 48f953d6bab8cc4ef60430d5dc8058be5b2f1e37 (diff) |
Remove a puts in test_finalizer_thread_raise
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11883
Diffstat (limited to 'test')
-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 |