summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-02 15:50:01 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-07 18:38:59 +0900
commit7817a438eb1803e7b3358f43bd1f38479badfbdc (patch)
tree4152be541fa86116703425c7b9434527cdefae08 /bootstraptest
parent20d53dad47064b28721d81ad0a98a25dcb0731c6 (diff)
Removed deprecated Time#succ
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3841
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_insns.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstraptest/test_insns.rb b/bootstraptest/test_insns.rb
index 5ffd953328..9052cad7bd 100644
--- a/bootstraptest/test_insns.rb
+++ b/bootstraptest/test_insns.rb
@@ -391,7 +391,6 @@ tests = [
[ 'opt_succ',%Q{ #{ $FIXNUM_MAX }.succ == #{ $FIXNUM_MAX + 1 } }, ]
end,
[ 'opt_succ', %q{ '1'.succ == '2' }, ],
- [ 'opt_succ', %q{ x = Time.at(0); x.succ == Time.at(1) }, ],
[ 'opt_not', %q{ ! false }, ],
[ 'opt_neq', <<-'},', ], # {