summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-08-20 23:39:48 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-08-20 23:39:48 +0900
commitae283653412c926a9d5b3a08a9ee183417666be3 (patch)
treecb97c479c00395691481a1ea567d027b27266323 /test
parente73a0913430fbffcf5ec741055dfdc6146fa743c (diff)
parent399f88fa7b2fe40c41a533fbf268f807e4b5e24a (diff)
downloadmruby-ae283653412c926a9d5b3a08a9ee183417666be3.tar.gz
mruby-ae283653412c926a9d5b3a08a9ee183417666be3.zip
Merge branch 'master' of github.com:mruby/mruby
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