summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_thread.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_thread.rb b/bootstraptest/test_thread.rb
index 72ae774b90..ebb60056ce 100644
--- a/bootstraptest/test_thread.rb
+++ b/bootstraptest/test_thread.rb
@@ -360,4 +360,4 @@ assert_equal 'ok', %q{
t = Thread.new {`echo`}
t.join
$? ? :ng : :ok
-}
+}, '[ruby-dev:35414]'