summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_knownbug.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index e021f0b4bd..56014b2711 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -60,3 +60,7 @@ assert_equal 'ok', %q{
:ok
end
}, '[ruby-core:15551]'
+
+assert_normal_exit %q{
+ sprintf("% 0e", 1.0/0.0)
+}