summaryrefslogtreecommitdiff
path: root/bootstraptest/pending.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest/pending.rb')
-rw-r--r--bootstraptest/pending.rb25
1 files changed, 0 insertions, 25 deletions
diff --git a/bootstraptest/pending.rb b/bootstraptest/pending.rb
index 9629cea636..e69de29bb2 100644
--- a/bootstraptest/pending.rb
+++ b/bootstraptest/pending.rb
@@ -1,25 +0,0 @@
-assert_equal 'ok', %q{
- 1.times{
- eval("break")
- }
- :ok
-}, '[ruby-dev:32525]'
-
-assert_equal "ok", %q{
- module Foo
- end
-
- begin
- def foo(&b)
- Foo.module_eval &b
- end
- foo{
- def bar
- end
- }
- bar
- rescue NoMethodError
- :ok
- end
-}, '[ruby-core:14378]'
-