diff options
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_exception.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_exception.rb b/test/ruby/test_exception.rb index d1ff5612d3..67f38c2e91 100644 --- a/test/ruby/test_exception.rb +++ b/test/ruby/test_exception.rb @@ -577,7 +577,7 @@ end.join end end; end - rescue Minitest::Assertion + rescue Test::Unit::AssertionFailedError # Possibly compiled with -DRUBY_DEBUG, in which # case rb_bug is used instead of NoMemoryError, # and we cannot test ensure after NoMemoryError. |
