summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-06 07:30:02 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-06 07:30:02 +0000
commit68bcdf4c7ee41b73d165c78fe320c7a22d778a19 (patch)
tree94c2b97a9868e601847318fa9fc89e93f763d031 /bootstraptest
parent597974c21fed42a7e781718bcaa39315b041d800 (diff)
* cont.c (cont_free): check Fiber or Continuation.
* bootstraptest/test_knownbug.rb: remove a fixed test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_knownbug.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index ba91d5ca9f..9c1602eb9d 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -17,11 +17,6 @@ assert_normal_exit %q{
Marshal.load(Marshal.dump({"k"=>"v"}), lambda {|v| })
}
-assert_normal_exit %q{
- require 'continuation'
- Fiber.new{ callcc{|c| @c = c } }.resume
-}, '[ruby-dev:31913]'
-
assert_not_match /method_missing/, %q{
STDERR.reopen(STDOUT)
variable_or_mehtod_not_exist