From 501f2c44e6ae79c02a5c4d0f872fc7fa77258fcf Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Tue, 3 Mar 2020 20:54:31 +0900 Subject: [PATCH] Suppress an "assigned but unused variable" warning --- test/ruby/test_pattern_matching.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ruby/test_pattern_matching.rb b/test/ruby/test_pattern_matching.rb index 3c4314bbe4..2afa823d53 100644 --- a/test/ruby/test_pattern_matching.rb +++ b/test/ruby/test_pattern_matching.rb @@ -1061,6 +1061,7 @@ END 2} false in a: {b:}, c: + _b = b p c in {a: }