add/update warning comment

This commit is contained in:
parrt 2015-06-22 13:04:59 -07:00
parent c8634bb9b6
commit c67f4725f8
1 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ IgnoredTests ::= [
]
TestFile(file) ::= <<
/* This file is generated by TestGenerator, any edits will be overwritten by the next generation. */
package org.antlr.v4.test.runtime.python2;
import org.junit.Ignore;
@ -25,7 +26,7 @@ public class Test<file.name> extends BasePython2Test {
>>
LexerTestMethod(test) ::= <<
/* this file and method are generated, any edit will be overwritten by the next generation */
/* This file and method are generated by TestGenerator, any edits will be overwritten by the next generation. */
<testAnnotations(test)>
public void test<test.name>() throws Exception {
mkdir(tmpdir);
@ -58,7 +59,7 @@ CompositeLexerTestMethod(test) ::= <<
>>
ParserTestMethod(test) ::= <<
/* this file and method are generated, any edit will be overwritten by the next generation */
/* This file and method are generated by TestGenerator, any edits will be overwritten by the next generation. */
<testAnnotations(test)>
public void test<test.name>() throws Exception {
mkdir(tmpdir);