1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test_sdbm.rb: only if SDBM

* test/sdbm/test_sdbm.rb (TestSDBM): test only if SDBM is loadable.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-06-20 09:18:36 +00:00
parent 07b6816583
commit c76ebddc9f

View file

@ -538,5 +538,5 @@ class TestSDBM < Test::Unit::TestCase
end
assert_raise(ArgumentError) { @sdbm.update(obj) }
end
end
end if defined? SDBM