1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
naruse 2012-04-03 04:27:30 +00:00
parent b30aa26707
commit 31bd33a662

View file

@ -44,6 +44,6 @@ end
lb.sync
print "#{n-1}: cont\n"
lb.join
# lb.join # [ruby-dev:30653]
print "exit.\n"