revert one trivial change in go test.

This commit is contained in:
Hanzhou Shi 2017-05-13 22:55:46 -07:00
parent 13769268c9
commit f15d9a31a3
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ public class BaseGoTest implements RuntimeTestSupport {
// writeFile(overall_tmpdir, "input", input);
// rawBuildRecognizerTestFile(parserName, lexerName, listenerName,
// visitorName, startRuleName, debug);
// return execParser();
// return execRecognizer();
// }
@Override