This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 7e024de rename test to better reflect what it is doing (correct typo)
7e024de is described below
commit 7e024de52553521f1f2afb27b4153ba6277fca8f
Author: Paul King <[email protected]>
AuthorDate: Thu Apr 9 14:58:59 2020 +1000
rename test to better reflect what it is doing (correct typo)
---
src/test/org/codehaus/groovy/antlr/AstBuilderTest.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/org/codehaus/groovy/antlr/AstBuilderTest.groovy
b/src/test/org/codehaus/groovy/antlr/AstBuilderTest.groovy
index 96e2e2f..a9e8fed 100644
--- a/src/test/org/codehaus/groovy/antlr/AstBuilderTest.groovy
+++ b/src/test/org/codehaus/groovy/antlr/AstBuilderTest.groovy
@@ -28,7 +28,7 @@ import org.codehaus.groovy.ast.stmt.Statement
import static org.codehaus.groovy.control.CompilePhase.CONVERSION
/**
- * Test for AstBuilderTest.
+ * Test for AstBuilder.
*/
class AstBuilderTest extends GroovyTestCase {