aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/lbtest.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-03 04:27:30 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-03 04:27:30 +0000
commit31bd33a6624768c7c14d0681b3c1908f3c988307 (patch)
tree18b7b6d7dda2904f861506a18b181212d885ee1d /test/ruby/lbtest.rb
parentb30aa267072ea05f32146621a51e0f3e983eb8dc (diff)
downloadruby-31bd33a6624768c7c14d0681b3c1908f3c988307.tar.gz
Revert r35180; the fix break the test. see [ruby-dev:30653]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/lbtest.rb')
-rw-r--r--test/ruby/lbtest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/lbtest.rb b/test/ruby/lbtest.rb
index 364d3df3c1..225e9b2f1a 100644
--- a/test/ruby/lbtest.rb
+++ b/test/ruby/lbtest.rb
@@ -44,6 +44,6 @@ end
lb.sync
print "#{n-1}: cont\n"
-lb.join
+# lb.join # [ruby-dev:30653]
print "exit.\n"