summaryrefslogtreecommitdiff
path: root/test/objspace/test_objspace.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/objspace/test_objspace.rb')
-rw-r--r--test/objspace/test_objspace.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/objspace/test_objspace.rb b/test/objspace/test_objspace.rb
index ee334fd58a..172bd6fff6 100644
--- a/test/objspace/test_objspace.rb
+++ b/test/objspace/test_objspace.rb
@@ -221,7 +221,7 @@ class TestObjSpace < Test::Unit::TestCase
o4 =
# This line intentionally left blank
# This line intentionally left blank
- 1.0 / 0.0; line4 = __LINE__; c4 = GC.count
+ 1.0 / 0.0; line4 = __LINE__; _c4 = GC.count
assert_equal(__FILE__, ObjectSpace.allocation_sourcefile(o4))
assert_equal(line4, ObjectSpace.allocation_sourceline(o4))