From a70a41a0b93a2f20c39af69a4244cd21b7a0d2b9 Mon Sep 17 00:00:00 2001 From: seki Date: Tue, 21 Oct 2008 15:32:35 +0000 Subject: Fixed test failures [ruby-dev:36837]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rinda/test_rinda.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb index 84367aba6..27da9fc7e 100644 --- a/test/rinda/test_rinda.rb +++ b/test/rinda/test_rinda.rb @@ -355,7 +355,6 @@ module TupleSpaceTestModule lv = lv - 1 elsif ev[0] == 'close' result = [lv, n] - else break end assert(lv >= 0) -- cgit