summaryrefslogtreecommitdiffhomepage
path: root/test/t/methods.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/methods.rb')
-rw-r--r--test/t/methods.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/methods.rb b/test/t/methods.rb
index bbd8ee09d..f9c25dc33 100644
--- a/test/t/methods.rb
+++ b/test/t/methods.rb
@@ -65,7 +65,7 @@ assert('The undef statement', '13.3.7 a) 4)') do
assert_true(existing_method_e, 'Method should be defined')
assert_true(existing_method_f, 'Method should be defined')
- # undefine in all possible ways and check that method
+ # undefine in all possible ways and check that method
# is undefined
undef existing_method_a