aboutsummaryrefslogtreecommitdiffstats
path: root/test/sdbm/test_sdbm.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/sdbm/test_sdbm.rb')
-rw-r--r--test/sdbm/test_sdbm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sdbm/test_sdbm.rb b/test/sdbm/test_sdbm.rb
index 9068c4cd8e..7a42e78e98 100644
--- a/test/sdbm/test_sdbm.rb
+++ b/test/sdbm/test_sdbm.rb
@@ -399,7 +399,7 @@ class TestSDBM < Test::Unit::TestCase
n+=1
true
}
- rescue
+ rescue RuntimeError
end
assert_equal(51, n)
check_size(49, @sdbm)