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)