summaryrefslogtreecommitdiff
path: root/bootstraptest/test_thread.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest/test_thread.rb')
-rw-r--r--bootstraptest/test_thread.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstraptest/test_thread.rb b/bootstraptest/test_thread.rb
index 626d671440..43bb2fe772 100644
--- a/bootstraptest/test_thread.rb
+++ b/bootstraptest/test_thread.rb
@@ -200,6 +200,7 @@ rescue
100
end
}, '[ruby-dev:31371]'
+
assert_equal 'true', %{
t = Thread.new { loop {} }
begin