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:
parent
07b6816583
commit
c76ebddc9f
1 changed files with 1 additions and 1 deletions
|
@ -538,5 +538,5 @@ class TestSDBM < Test::Unit::TestCase
|
|||
end
|
||||
assert_raise(ArgumentError) { @sdbm.update(obj) }
|
||||
end
|
||||
end
|
||||
end if defined? SDBM
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue