From 7e6c9db4e22fd949e8a19ac1711f345529e9ebaa Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 8 Jun 2008 18:13:09 +0000 Subject: * bootstraptest/pending.rb: move/remove solved issues. * bootstraptest/test_class.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/pending.rb | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'bootstraptest/pending.rb') 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]' - -- cgit v1.2.3