summaryrefslogtreecommitdiff
path: root/test/racc
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-20 17:41:01 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-20 17:41:09 +0900
commite31602b78d975741532b9e04a83fa5b67f85c31c (patch)
treece397e76eccb3cd86eb5f04bdf3eb3d2b0458956 /test/racc
parente6fbdde229fa07a59f372e4c9c297f9cb29cc0a8 (diff)
downloadruby-e31602b78d975741532b9e04a83fa5b67f85c31c.tar.gz
Suppress warnings
Diffstat (limited to 'test/racc')
-rw-r--r--test/racc/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/racc/helper.rb b/test/racc/helper.rb
index 7dce020747..bb31cfc236 100644
--- a/test/racc/helper.rb
+++ b/test/racc/helper.rb
@@ -50,7 +50,7 @@ module Racc
"-O#{OUT_DIR}/#{file}",
"-o#{TAB_DIR}/#{file}",
]
- racc *args, **opt
+ racc(*args, **opt)
end
def assert_debugfile(asset, ok)