Removed already resolved test [ci skip]

That bug has been fixed by ec0c394b9eb, and the test has been
added by 181ffea5e04.
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