summaryrefslogtreecommitdiff
path: root/test/ruby/test_gc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_gc.rb')
-rw-r--r--test/ruby/test_gc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb
index ce7c5c3927..0d101f609b 100644
--- a/test/ruby/test_gc.rb
+++ b/test/ruby/test_gc.rb
@@ -202,7 +202,7 @@ class TestGc < Test::Unit::TestCase
assert_separately %w[--disable-gem], __FILE__, __LINE__, <<-'eom'
GC.start
base_length = GC.stat[:heap_eden_page_length]
- (base_length * 500).times{ 'a'; nil }
+ (base_length * 500).times{ 'a' }
GC.start
assert_equal base_length, GC.stat[:heap_eden_page_length], "invalid heap expanding"