summaryrefslogtreecommitdiff
path: root/trunk/bootstraptest/test_struct.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/bootstraptest/test_struct.rb')
-rw-r--r--trunk/bootstraptest/test_struct.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/trunk/bootstraptest/test_struct.rb b/trunk/bootstraptest/test_struct.rb
deleted file mode 100644
index a65964d5f9..0000000000
--- a/trunk/bootstraptest/test_struct.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-assert_equal 'Struct::Foo', %q{
- Struct.instance_eval { const_set(:Foo, nil) }
- Struct.new("Foo")
- Struct::Foo
-}