aboutsummaryrefslogtreecommitdiffstats
path: root/test/dbm
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/dbm
parent9ac296698a7ac34da43a0dd32d385d05e16f8a94 (diff)
downloadruby-05655519308b22f55702feea8d6093c4950ecc6f.tar.gz
update comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/dbm')
-rw-r--r--test/dbm/test_dbm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dbm/test_dbm.rb b/test/dbm/test_dbm.rb
index cd8c3fd8d3..d6211fcb31 100644
--- a/test/dbm/test_dbm.rb
+++ b/test/dbm/test_dbm.rb
@@ -219,7 +219,7 @@ if defined? DBM
num += 1 if i == 0
assert_equal(num, @dbm.size)
- # Fixnum
+ # Integer
assert_equal('200', @dbm['100'] = '200')
assert_equal('200', @dbm['100'])