You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2018/04/03 17:17:58 UTC

groovy git commit: Fix failing test: wrong file name

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_6_X bbce12f33 -> 4f9a2b600


Fix failing test: wrong file name


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/4f9a2b60
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/4f9a2b60
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/4f9a2b60

Branch: refs/heads/GROOVY_2_6_X
Commit: 4f9a2b600bfea46e45bcb917af2e6f45a2031e31
Parents: bbce12f
Author: sunlan <su...@apache.org>
Authored: Wed Apr 4 01:17:51 2018 +0800
Committer: sunlan <su...@apache.org>
Committed: Wed Apr 4 01:17:51 2018 +0800

----------------------------------------------------------------------
 .../groovy/org/apache/groovy/parser/antlr4/GroovyParserTest.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/4f9a2b60/subprojects/parser-antlr4/src/test/groovy/org/apache/groovy/parser/antlr4/GroovyParserTest.groovy
----------------------------------------------------------------------
diff --git a/subprojects/parser-antlr4/src/test/groovy/org/apache/groovy/parser/antlr4/GroovyParserTest.groovy b/subprojects/parser-antlr4/src/test/groovy/org/apache/groovy/parser/antlr4/GroovyParserTest.groovy
index 25d1b4c..eb0694c 100644
--- a/subprojects/parser-antlr4/src/test/groovy/org/apache/groovy/parser/antlr4/GroovyParserTest.groovy
+++ b/subprojects/parser-antlr4/src/test/groovy/org/apache/groovy/parser/antlr4/GroovyParserTest.groovy
@@ -399,7 +399,7 @@ class GroovyParserTest extends GroovyTestCase {
         doRunAndTestAntlr4('bugs/BUG-GROOVY-2324.groovy')
         doTest('bugs/BUG-GROOVY-8161.groovy')
         doRunAndTestAntlr4('bugs/GROOVY-3898.groovy')
-        doRunAndTestAntlr4('bugs/GROOVY8532.groovy')
+        doRunAndTestAntlr4('bugs/GROOVY8523.groovy')
         doRunAndTestAntlr4('bugs/BUG-GROOVY-8311.groovy')
 
         if (jdk8orGreater) {