aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/lbtest.rb3
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"