ruby-changes:3138
From: ko1@a...
Date: 25 Dec 2007 04:03:49 +0900
Subject: [ruby-changes:3138] akr - Ruby:r14630 (trunk): add a test.
akr 2007-12-25 04:03:09 +0900 (Tue, 25 Dec 2007)
New Revision: 14630
Modified files:
trunk/bootstraptest/test_knownbug.rb
Log:
add a test.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_knownbug.rb?r1=14630&r2=14629
Index: bootstraptest/test_knownbug.rb
===================================================================
--- bootstraptest/test_knownbug.rb (revision 14629)
+++ bootstraptest/test_knownbug.rb (revision 14630)
@@ -2,3 +2,9 @@
# This test file concludes tests which point out known bugs.
# So all tests will cause failure.
#
+
+assert_equal 'ok', %q{
+ # this cause "called on terminated object".
+ ObjectSpace.each_object(Module) {|m| m.name.inspect }
+ :ok
+}
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml