summaryrefslogtreecommitdiff
path: root/test/ruby/test_complex.rb
diff options
context:
space:
mode:
authorKouhei Yanagita <yanagi@shakenbu.org>2022-07-21 18:57:13 +0900
committerYusuke Endoh <mame@ruby-lang.org>2022-08-12 15:57:52 +0900
commit24e33b84b5adb29d1d2f541acfba65e225b91b55 (patch)
tree93f798f0dfcdbb0cb763a240a53c92a8a5530acd /test/ruby/test_complex.rb
parent4165fd0e763439421296fbc95d754ad53e6ae84f (diff)
Remove Numeric#ceildiv
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5965
Diffstat (limited to 'test/ruby/test_complex.rb')
-rw-r--r--test/ruby/test_complex.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_complex.rb b/test/ruby/test_complex.rb
index 5cf52e812e..a3a7546575 100644
--- a/test/ruby/test_complex.rb
+++ b/test/ruby/test_complex.rb
@@ -915,7 +915,6 @@ class Complex_Test < Test::Unit::TestCase
assert_not_respond_to(c, :%)
assert_not_respond_to(c, :div)
assert_not_respond_to(c, :divmod)
- assert_not_respond_to(c, :ceildiv)
assert_not_respond_to(c, :floor)
assert_not_respond_to(c, :ceil)
assert_not_respond_to(c, :modulo)