summaryrefslogtreecommitdiff
path: root/bootstraptest/test_knownbug.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest/test_knownbug.rb')
-rw-r--r--bootstraptest/test_knownbug.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index db5af81b96..1db1401199 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -189,10 +189,14 @@ assert_normal_exit %q{
end
}, '[ruby-dev:34536]'
-
assert_normal_exit %q{
begin
Struct.new(0)
rescue
end
}
+
+assert_normal_exit %q{
+ defined? C && 0
+}
+