aboutsummaryrefslogtreecommitdiffstats
path: root/test/dbm
diff options
context:
space:
mode:
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'])