aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_sprintf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_sprintf.rb')
-rw-r--r--test/ruby/test_sprintf.rb2
1 files changed, 1 insertions, 1 deletions
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