From 41f4317f45021460871bd11c666f438f5517904b Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 19 Feb 2016 07:48:02 +0000 Subject: test/ruby: suppress parser warnings git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_flip.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ruby/test_flip.rb') diff --git a/test/ruby/test_flip.rb b/test/ruby/test_flip.rb index 594c8101b9..0f2ae09e18 100644 --- a/test/ruby/test_flip.rb +++ b/test/ruby/test_flip.rb @@ -9,6 +9,7 @@ class TestFlip < Test::Unit::TestCase assert_nothing_raised(NotImplementedError, bug6899) do 2000.times {eval %[(foo..bar) ? 1 : 2]} end + foo = bar end def test_shared_eval -- cgit v1.2.3