From 5494c042bb3c70131ba898e18d4f5e5b604617a8 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 19 Jun 2008 16:08:16 +0000 Subject: * KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- KNOWNBUGS.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'KNOWNBUGS.rb') diff --git a/KNOWNBUGS.rb b/KNOWNBUGS.rb index 8eea8ec14..b97a08d92 100644 --- a/KNOWNBUGS.rb +++ b/KNOWNBUGS.rb @@ -3,11 +3,3 @@ # So all tests will cause failure. # -assert_normal_exit %q{ - r = Range.allocate - def r.<=>(o) true end - r.instance_eval { initialize r, r } - r.inspect -} - - -- cgit