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_sprintf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_sprintf.rb') diff --git a/test/ruby/test_sprintf.rb b/test/ruby/test_sprintf.rb index e196e7cfbd..501930a1e5 100644 --- a/test/ruby/test_sprintf.rb +++ b/test/ruby/test_sprintf.rb @@ -174,7 +174,7 @@ class TestSprintf < Test::Unit::TestCase end bug11766 = '[ruby-core:71806] [Bug #11766]' - assert_equal("x"*10+" 1.0", sprintf("x"*10+"%8.1f", 1r)) + assert_equal("x"*10+" 1.0", sprintf("x"*10+"%8.1f", 1r), bug11766) end def test_hash -- cgit v1.2.3