summaryrefslogtreecommitdiff
path: root/test/ruby/test_method.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_method.rb')
-rw-r--r--test/ruby/test_method.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_method.rb b/test/ruby/test_method.rb
index b3d4098a1c..e016662375 100644
--- a/test/ruby/test_method.rb
+++ b/test/ruby/test_method.rb
@@ -1019,7 +1019,6 @@ class TestMethod < Test::Unit::TestCase
end
def test_eqq
- assert(Method.instance_methods(false).include? :===)
assert_operator(0.method(:<), :===, 5)
assert_not_operator(0.method(:<), :===, -5)
end