forked from jasder/antlr
fix compile error
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9765]
This commit is contained in:
parent
a923ad8765
commit
8846b98ee7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue