diff --git a/bootstraptest/test_thread.rb b/bootstraptest/test_thread.rb index a6e76c2ed7..048aeb19c2 100644 --- a/bootstraptest/test_thread.rb +++ b/bootstraptest/test_thread.rb @@ -458,7 +458,6 @@ assert_equal 'ok', %q{ assert_equal 'foo', %q{ i = 0 -th2 = nil Thread.start {sleep 1; exit!} f = proc {|s, c| /#{c.call; s}/o } th2 = Thread.new {