summaryrefslogtreecommitdiff
path: root/test/sdbm/test_sdbm.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-01 12:50:19 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-01 12:50:19 +0000
commit05655519308b22f55702feea8d6093c4950ecc6f (patch)
tree925a25834ae74a8f1a11e2316479f8ec30049767 /test/sdbm/test_sdbm.rb
parent9ac296698a7ac34da43a0dd32d385d05e16f8a94 (diff)
update comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 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'])