From 409b0ec4c3c4878c0ba164d1303de67787157808 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 30 Jun 2019 09:34:41 +0900 Subject: Suppress unused variable warnings --- test/ruby/test_gc.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ruby/test_gc.rb') diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb index b5fb532c72..c63ef51bd3 100644 --- a/test/ruby/test_gc.rb +++ b/test/ruby/test_gc.rb @@ -17,6 +17,7 @@ class TestGc < Test::Unit::TestCase 1.upto(10000) { tmp = [0,1,2,3,4,5,6,7,8,9] } + tmp end l=nil 100000.times { -- cgit v1.2.3