summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-08 01:02:49 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-08 01:02:49 +0000
commit75cbab3bb86a03a7bfc933e627e5d82d63e6bb33 (patch)
treee7bb3b5a16112502a189ec7e855a1ca813437947
parent85521e60eef7eee999cf1c0c0e460cabdeaa6f7f (diff)
test_thread.rb: remove garbage
* bootstraptest/test_thread.rb: remove a garbage line for debug. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--bootstraptest/test_thread.rb1
1 files changed, 0 insertions, 1 deletions
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 {