fix compile error

[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9765]
This commit is contained in:
parrt 2011-12-29 17:05:34 -08:00
parent a923ad8765
commit 8846b98ee7
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ public class TestRig {
Parser parser = parserCtor.newInstance(tokens);
parser.setErrorHandler(new DiagnosticErrorStrategy<Token>());
parser.getInterpreter().setTrace(true);
if ( printTree || gui || psFile!=null ) {
parser.setBuildParseTree(true);