diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-04-13 07:54:51 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2017-04-13 07:54:51 +0900 |
| commit | aec121f755b455da53ef55848105709127ee0095 (patch) | |
| tree | d23a4e34e6f418319688dea83f6f9aa9b07a6569 | |
| parent | c0a4b1a0c6ebd28c35a856862fbe5f5ce0e6aa72 (diff) | |
| download | mruby-aec121f755b455da53ef55848105709127ee0095.tar.gz mruby-aec121f755b455da53ef55848105709127ee0095.zip | |
Update NODE_XSTR, NODE_DSXTR tests; ref #3605
| -rw-r--r-- | test/t/syntax.rb | 2 |
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 |
