summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/t/module.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/module.rb b/test/t/module.rb
index 2e19f350f..8503cb9fc 100644
--- a/test/t/module.rb
+++ b/test/t/module.rb
@@ -528,7 +528,7 @@ assert('Module#module_function') do
def modfunc; end
module_function :modfunc
end
-
+
assert_true M.respond_to?(:modfunc)
end