1
0
Fork 0
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 by ec0c394b9e, and the test has been
added by 181ffea5e0.
This commit is contained in:
Nobuyoshi Nakada 2020-04-27 01:29:17 +09:00
parent fd2df58451
commit c180c58fc1
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -31,13 +31,6 @@ assert_equal 'ok', %q{
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.
assert_equal %q{[]}, %q{
Thread.new{sleep}.backtrace