summaryrefslogtreecommitdiff
path: root/test/racc/helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/racc/helper.rb')
-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)