diff --git a/runtime-testsuite/resources/org/antlr/v4/test/runtime/go/Go.test.stg b/runtime-testsuite/resources/org/antlr/v4/test/runtime/go/Go.test.stg index bbf5555a4..aed0c57d5 100644 --- a/runtime-testsuite/resources/org/antlr/v4/test/runtime/go/Go.test.stg +++ b/runtime-testsuite/resources/org/antlr/v4/test/runtime/go/Go.test.stg @@ -199,7 +199,7 @@ StringList() ::= "[]string" BuildParseTrees() ::= "p.BuildParseTrees = true" -BailErrorStrategy() ::= <%SetErrorHandler(NewBailErrorStrategy())%> +BailErrorStrategy() ::= <%p.SetErrorHandler(p.NewBailErrorStrategy())%> ToStringTree(s) ::= <%.ToStringTree(nil,p)%>