[前][次][番号順一覧][スレッド一覧]

ruby-changes:2086

From: ko1@a...
Date: 30 Sep 2007 15:52:52 +0900
Subject: [ruby-changes:2086] akr - Ruby:r13577 (trunk): add test for .

akr	2007-09-30 15:52:45 +0900 (Sun, 30 Sep 2007)

  New Revision: 13577

  Modified files:
    trunk/bootstraptest/test_knownbug.rb

  Log:
    add test for [ruby-dev:31913].


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_knownbug.rb?r1=13577&r2=13576

Index: bootstraptest/test_knownbug.rb
===================================================================
--- bootstraptest/test_knownbug.rb	(revision 13576)
+++ bootstraptest/test_knownbug.rb	(revision 13577)
@@ -46,3 +46,8 @@
     o.inspect
   }
 }, '[ruby-dev:31911]'
+
+assert_normal_exit %q{
+  require 'continuation'
+  Fiber.new{ callcc{|c| @c = c } }.resume
+}, '[ruby-dev:31913]'

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧]