diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb index 04872fa462..f75a714590 100644 --- a/bootstraptest/test_knownbug.rb +++ b/bootstraptest/test_knownbug.rb @@ -46,3 +46,8 @@ assert_normal_exit %q{ o.inspect } }, '[ruby-dev:31911]' + +assert_normal_exit %q{ + require 'continuation' + Fiber.new{ callcc{|c| @c = c } }.resume +}, '[ruby-dev:31913]'