mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed already resolved test [ci skip]
That bug has been fixed byec0c394b9e
, and the test has been added by181ffea5e0
.
This commit is contained in:
parent
fd2df58451
commit
c180c58fc1
1 changed files with 0 additions and 7 deletions
|
@ -31,13 +31,6 @@ assert_equal 'ok', %q{
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
assert_normal_exit %q{
|
|
||||||
r = Range.allocate
|
|
||||||
def r.<=>(o) true end
|
|
||||||
r.instance_eval { initialize r, r }
|
|
||||||
r.inspect
|
|
||||||
}
|
|
||||||
|
|
||||||
# This randomly fails on mswin.
|
# This randomly fails on mswin.
|
||||||
assert_equal %q{[]}, %q{
|
assert_equal %q{[]}, %q{
|
||||||
Thread.new{sleep}.backtrace
|
Thread.new{sleep}.backtrace
|
||||||
|
|
Loading…
Add table
Reference in a new issue