mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
e7dac48a91
commit
e929f49e56
3 changed files with 11 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Jun 20 01:07:28 2008 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending.
|
||||
|
||||
Fri Jun 20 00:40:08 2008 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* proc.c (proc_new): fix to return Proc object if block is already
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -30,3 +30,10 @@ assert_equal 'ok', %q{
|
|||
:ok
|
||||
end
|
||||
}
|
||||
|
||||
assert_normal_exit %q{
|
||||
r = Range.allocate
|
||||
def r.<=>(o) true end
|
||||
r.instance_eval { initialize r, r }
|
||||
r.inspect
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue