summaryrefslogtreecommitdiffhomepage
path: root/test/t/syntax.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2017-04-13 07:54:51 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2017-04-13 07:54:51 +0900
commitaec121f755b455da53ef55848105709127ee0095 (patch)
treed23a4e34e6f418319688dea83f6f9aa9b07a6569 /test/t/syntax.rb
parentc0a4b1a0c6ebd28c35a856862fbe5f5ce0e6aa72 (diff)
downloadmruby-aec121f755b455da53ef55848105709127ee0095.tar.gz
mruby-aec121f755b455da53ef55848105709127ee0095.zip
Update NODE_XSTR, NODE_DSXTR tests; ref #3605
Diffstat (limited to 'test/t/syntax.rb')
-rw-r--r--test/t/syntax.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/syntax.rb b/test/t/syntax.rb
index 461f5430b..299394557 100644
--- a/test/t/syntax.rb
+++ b/test/t/syntax.rb
@@ -381,7 +381,7 @@ assert('splat in case statement') do
end
assert('External command execution.') do
- class << Kernel
+ module Kernel
sym = '`'.to_sym
alias_method :old_cmd, sym