Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
Signed-off-by: Terence Parr <parrt@antlr.org>
  • Loading branch information
parrt committed Nov 12, 2022
1 parent ba2ca52 commit 319524a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public static RunOptions createOptionsForJavaToolTests(
Stage endStage, boolean returnObject
) {
return new RunOptions(grammarFileName, grammarStr, parserName, lexerName, useListener, useVisitor, startRuleName,
input, profile, showDiagnosticErrors, false, endStage, returnObject, "Java",
input, profile, showDiagnosticErrors, false, false, endStage, returnObject, "Java",
JavaRunner.runtimeTestParserName);
}

Expand Down

0 comments on commit 319524a

Please sign in to comment.