summaryrefslogtreecommitdiff
path: root/test/-ext-
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-13 13:50:48 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-13 13:50:48 +0000
commit0381ec5164c12a20bf5889c18b3a5d94ad7af623 (patch)
treeb8257589178bffb8ddbe26eda4bd7a0e4b384c7e /test/-ext-
parent67d87b192b23a75092280b534570580df0f8f7a5 (diff)
Fix test bug
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/-ext-')
-rw-r--r--test/-ext-/test_notimplement.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/test_notimplement.rb b/test/-ext-/test_notimplement.rb
index ca09234211..73a9077b9c 100644
--- a/test/-ext-/test_notimplement.rb
+++ b/test/-ext-/test_notimplement.rb
@@ -14,6 +14,6 @@ class Test_NotImplement < Test::Unit::TestCase
end
def test_not_method_defined
- assert !Bug.method_defined?(:notimplement)
+ assert !Bug::NotImplement.method_defined?(:notimplement)
end
end