summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-10 14:52:24 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-10 14:52:24 +0000
commit5c91367675ffc3e7b1a2214d354e518c3565e776 (patch)
tree5e40579656936c0736c754dbed87c5731ee10dbd /bootstraptest
parentd238b7c62732edf0a0374043e7da16baa40533e2 (diff)
add ML ref.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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]'