This commit is contained in:
David Sisson 2017-04-29 17:52:21 -07:00
parent f41ce7fed4
commit 81b8078860
1 changed files with 1 additions and 1 deletions

View File

@ -698,7 +698,7 @@ public class BaseGoTest implements RuntimeTestSupport {
+ "func main() {\n"
+ " input, err := antlr.NewFileStream(os.Args[1])\n"
+ " if err != nil {\n"
+ " fmt.Printf("Failed to find file: %v", err)\n"
+ " fmt.Printf(\"Failed to find file: %v\", err)\n"
+ " return\n"
+ " }\n"
+ " lexer := parser.New<lexerName>(input)\n"