diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-03-30 22:18:50 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-03-30 22:18:50 +0000 |
commit | fc4e79e301f33086512e1728af4fa0fda952173f (patch) | |
tree | 898ea6f52759ce4389372f81053e9bcf2a27fd6c /test/ruby | |
parent | 7fe2c2958a4273809aa5bba9ef36c332da2df5f1 (diff) |
join LocalBarrier
* test/ruby/lbtest.rb: needs to join the local barrier.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r-- | test/ruby/lbtest.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ruby/lbtest.rb b/test/ruby/lbtest.rb index 8da247b7b4..364d3df3c1 100644 --- a/test/ruby/lbtest.rb +++ b/test/ruby/lbtest.rb @@ -43,6 +43,7 @@ lb = LocalBarrier.new(n) end lb.sync -print "#{n-1}: cone\n" +print "#{n-1}: cont\n" +lb.join print "exit.\n" |