Project

General

Profile

« Previous | Next » 

Revision 4a2662ae

Added by nobu (Nobuyoshi Nakada) almost 3 years ago

[Bug #18890] Suppress warnings and fix the message

test/ruby/test_parse.rb:1384: warning: assigned but unused variable - obj
test/ruby/test_pattern_matching.rb:1162: warning: unused literal ignored
test/ruby/test_pattern_matching.rb:1165: warning: unused literal ignored
test/ruby/test_pattern_matching.rb:1161: warning: assigned but unused variable - a
test/ruby/test_pattern_matching.rb:1164: warning: assigned but unused variable - b

And a newline should be significant here.