diff options
Diffstat (limited to 'test/sdbm')
-rw-r--r-- | test/sdbm/test_sdbm.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sdbm/test_sdbm.rb b/test/sdbm/test_sdbm.rb index 154bccebc4..7b2d39c9a1 100644 --- a/test/sdbm/test_sdbm.rb +++ b/test/sdbm/test_sdbm.rb @@ -171,7 +171,7 @@ class TestSDBM < Test::Unit::TestCase num += 1 if i == 0 assert_equal(num, @sdbm.size) - # Fixnum + # Integer assert_equal('200', @sdbm['100'] = '200') assert_equal('200', @sdbm['100']) |