mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
7fe2c2958a
commit
fc4e79e301
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue