* KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2008-06-19 16:08:16 +00:00
parent e7dac48a91
commit e929f49e56
3 changed files with 11 additions and 8 deletions

View file

@ -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
}