public
Description: ruby lang (www.ruby-lang.org) svn mirror
Homepage: http://svn.ruby-lang.org/repos/ruby/
Clone URL: git://github.com/juretta/ruby.git
* bootstraptest/test_struct.rb: some test moved from test to shut
  warning up.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15768 
b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (author)
Thu Mar 13 09:40:33 -0700 2008
commit  4a400007665848d066cb70571287803ec4a7440e
tree    bbe3edab181fce7ef4219a096e16786d59ad2523
parent  2b8bbd765eafe421bbbc9012968d6e0b2ad5efaa
...
4
5
6
 
 
 
7
8
9
...
4
5
6
7
8
9
10
11
12
0
@@ -4,6 +4,9 @@ Thu Mar 13 21:00:50 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
0
    which shares internal pointer. splice modifies the receiver
0
    right after subseq. [ruby-dev:34005]
0
 
0
+ * bootstraptest/test_struct.rb: some test moved from test to shut
0
+ warning up.
0
+
0
 Thu Mar 13 19:42:43 2008 NAKAMURA Usaku <usa@ruby-lang.org>
0
 
0
   * {bcc,win}32/Makefile.sub (config.h): define uint32_t.
...
91
92
93
94
95
96
97
...
91
92
93
 
94
95
96
0
@@ -91,7 +91,6 @@ class TestStruct < Test::Unit::TestCase
0
   end
0
 
0
   def test_struct_new
0
- Struct.instance_eval { const_set(:Foo, nil) }
0
     assert_raise(NameError) { Struct.new("foo") }
0
     assert_nothing_raised { Struct.new("Foo") }
0
     Struct.instance_eval { remove_const(:Foo) }

Comments

    No one has commented yet.