From a67f47c4cc9645b96b0adab79231c057b6d7bdc6 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 24 Jul 2018 11:54:15 +0000 Subject: test_jit.rb: suppress unused variable warning git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_jit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_jit.rb') diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb index 359afe48b4..b20ae881b8 100644 --- a/test/ruby/test_jit.rb +++ b/test/ruby/test_jit.rb @@ -679,7 +679,7 @@ class TestJIT < Test::Unit::TestCase assert_eval_with_jit("#{<<~"begin;"}\n#{<<~"end;"}", stdout: "nil\nnil\n", success_count: 1) begin; 2.times do - a, b = nil + a, _ = nil p a end end; -- cgit v1.2.3