summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-27 01:29:17 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-27 10:39:07 +0900
commitc180c58fc17935a2bacffac57a3707d68b11eb4f (patch)
treed8910d151824ec009dd6603e4fe3946837fbf4a1 /bootstraptest
parentfd2df584515f1a764c6fdc369f1d3049825e02eb (diff)
Removed already resolved test [ci skip]
That bug has been fixed by ec0c394b9eb, and the test has been added by 181ffea5e04.
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/pending.rb7
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