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

ruby-changes:16467

From: mame <ko1@a...>
Date: Mon, 28 Jun 2010 03:13:22 +0900 (JST)
Subject: [ruby-changes:16467] Ruby:r28454 (trunk): * bootstraptest/test_class.rb: add a test for .

mame	2010-06-28 03:13:06 +0900 (Mon, 28 Jun 2010)

  New Revision: 28454

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=28454

  Log:
    * bootstraptest/test_class.rb: add a test for [ruby-core:30843].

  Modified files:
    trunk/ChangeLog
    trunk/bootstraptest/test_class.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 28453)
+++ ChangeLog	(revision 28454)
@@ -1,3 +1,7 @@
+Mon Jun 28 03:12:03 2010  Yusuke Endoh  <mame@t...>
+
+	* bootstraptest/test_class.rb: add a test for [ruby-core:30843].
+
 Mon Jun 28 02:43:35 2010  Yusuke Endoh  <mame@t...>
 
 	* class.c (rb_mod_init_copy): when class is dup'ed, a metaclass of the
Index: bootstraptest/test_class.rb
===================================================================
--- bootstraptest/test_class.rb	(revision 28453)
+++ bootstraptest/test_class.rb	(revision 28454)
@@ -150,3 +150,10 @@
   Module.new{|m| c = class m::C; name; end}
   c
 }, '[ruby-dev:38456]'
+
+assert_normal_exit %q{
+  s = Symbol.dup
+  class << s
+  end
+  s.allocate.to_s
+}, '[ruby-core:30843]'

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

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