From 459b4bb8b67e5315e17aba9cb3c2940940c1ad4e Mon Sep 17 00:00:00 2001 From: parrt Date: Mon, 22 Jun 2015 13:04:48 -0700 Subject: [PATCH] add/update warning comment --- tool/test/org/antlr/v4/test/runtime/csharp/CSharp.test.stg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tool/test/org/antlr/v4/test/runtime/csharp/CSharp.test.stg b/tool/test/org/antlr/v4/test/runtime/csharp/CSharp.test.stg index 239a24716..4610e4532 100644 --- a/tool/test/org/antlr/v4/test/runtime/csharp/CSharp.test.stg +++ b/tool/test/org/antlr/v4/test/runtime/csharp/CSharp.test.stg @@ -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.csharp; import org.junit.Test; @@ -24,7 +25,7 @@ public class Test extends BaseTest { >> 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. */ public void test() throws Exception { mkdir(tmpdir); @@ -53,7 +54,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. */ public void test() throws Exception { mkdir(tmpdir);