diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2020-04-27 01:29:17 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2020-04-27 10:39:07 +0900 |
commit | c180c58fc17935a2bacffac57a3707d68b11eb4f (patch) | |
tree | d8910d151824ec009dd6603e4fe3946837fbf4a1 | |
parent | fd2df584515f1a764c6fdc369f1d3049825e02eb (diff) | |
download | ruby-c180c58fc17935a2bacffac57a3707d68b11eb4f.tar.gz |
Removed already resolved test [ci skip]
That bug has been fixed by ec0c394b9eb, and the test has been
added by 181ffea5e04.
-rw-r--r-- | bootstraptest/pending.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bootstraptest/pending.rb b/bootstraptest/pending.rb index 0959bfa2b0..66aab1e677 100644 --- a/bootstraptest/pending.rb +++ b/bootstraptest/pending.rb @@ -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 |