summaryrefslogtreecommitdiff
path: root/ruby_2_2/bootstraptest/test_struct.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_2_2/bootstraptest/test_struct.rb')
-rw-r--r--ruby_2_2/bootstraptest/test_struct.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/ruby_2_2/bootstraptest/test_struct.rb b/ruby_2_2/bootstraptest/test_struct.rb
deleted file mode 100644
index a65964d5f9..0000000000
--- a/ruby_2_2/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
-}