From c180c58fc17935a2bacffac57a3707d68b11eb4f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 27 Apr 2020 01:29:17 +0900 Subject: [PATCH] Removed already resolved test [ci skip] That bug has been fixed by ec0c394b9eb, and the test has been added by 181ffea5e04. --- bootstraptest/pending.rb | 7 ------- 1 file changed, 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