You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/07/02 14:17:17 UTC

[groovy] 02/02: rename file

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 165a6c9e7614a495e650a53e064d9860f3caf1f9
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Jul 3 00:16:56 2019 +1000

    rename file
---
 src/test/groovy/bugs/{Groovy4438.groovy => Groovy9184.groovy} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/groovy/bugs/Groovy4438.groovy b/src/test/groovy/bugs/Groovy9184.groovy
similarity index 95%
rename from src/test/groovy/bugs/Groovy4438.groovy
rename to src/test/groovy/bugs/Groovy9184.groovy
index 9e3e3fc..28c763d 100644
--- a/src/test/groovy/bugs/Groovy4438.groovy
+++ b/src/test/groovy/bugs/Groovy9184.groovy
@@ -28,13 +28,13 @@ import static org.codehaus.groovy.control.ParserPluginFactory.antlr2
 
 @CompileStatic
 @RunWith(JUnit4)
-final class Groovy4438 {
+final class Groovy9184 {
 
     @Test(timeout=1500L)
     void testEnumWithinEnum() {
         def config = new CompilerConfiguration(pluginFactory: antlr2())
 
-        new GroovyShell(config).evaluate('''\
+        new GroovyShell(config).evaluate('''
             enum Outer {
                 A, B
                 enum Inner {