diff options
Diffstat (limited to 'test/ruby/test_exception.rb')
| -rw-r--r-- | test/ruby/test_exception.rb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/ruby/test_exception.rb b/test/ruby/test_exception.rb index f0d7d0fe07..d1a5514fad 100644 --- a/test/ruby/test_exception.rb +++ b/test/ruby/test_exception.rb @@ -82,16 +82,16 @@ class TestException < Test::Unit::TestCase assert(!$bad) assert(catch(:foo) { - loop do - loop do - throw :foo, true - break - end - break - assert(false) # should no reach here - end - false - }) + loop do + loop do + throw :foo, true + break + end + break + assert(false) # should no reach here + end + false + }) end |
