Skip to content

Commit

Permalink
join LocalBarrier
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nobu committed Mar 30, 2012
1 parent 7fe2c29 commit fc4e79e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ruby/lbtest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def begin_keeper(n)
end

lb.sync
print "#{n-1}: cone\n"
print "#{n-1}: cont\n"
lb.join

print "exit.\n"

0 comments on commit fc4e79e

Please sign in to comment.