Repository: groovy
Updated Branches:
  refs/heads/master 8a8f0b9da -> fbb5a1ec5


Minor refactoring


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

Branch: refs/heads/master
Commit: fbb5a1ec54dbe7ea885268c3fe11cc9337fad0c1
Parents: 8a8f0b9
Author: sunlan <[email protected]>
Authored: Fri Sep 29 15:13:56 2017 +0800
Committer: sunlan <[email protected]>
Committed: Fri Sep 29 15:13:56 2017 +0800

----------------------------------------------------------------------
 .../groovy/parser/antlr4/SyntaxErrorTest.groovy |  2 +-
 .../test/resources/fail/MethodCall_01.groovy    | 20 --------------------
 .../test/resources/fail/MethodCall_01x.groovy   | 20 ++++++++++++++++++++
 3 files changed, 21 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/fbb5a1ec/subprojects/parser-antlr4/src/test/groovy/org/apache/groovy/parser/antlr4/SyntaxErrorTest.groovy
----------------------------------------------------------------------
diff --git 
a/subprojects/parser-antlr4/src/test/groovy/org/apache/groovy/parser/antlr4/SyntaxErrorTest.groovy
 
b/subprojects/parser-antlr4/src/test/groovy/org/apache/groovy/parser/antlr4/SyntaxErrorTest.groovy
index 66df9c9..f0a372a 100644
--- 
a/subprojects/parser-antlr4/src/test/groovy/org/apache/groovy/parser/antlr4/SyntaxErrorTest.groovy
+++ 
b/subprojects/parser-antlr4/src/test/groovy/org/apache/groovy/parser/antlr4/SyntaxErrorTest.groovy
@@ -206,7 +206,7 @@ class SyntaxErrorTest extends GroovyTestCase {
     }
 
     void "test groovy core - MethodCall"() {
-        TestUtils.doRunAndShouldFail('fail/MethodCall_01.groovy');
+        TestUtils.doRunAndShouldFail('fail/MethodCall_01x.groovy');
     }
 
     /**************************************/

http://git-wip-us.apache.org/repos/asf/groovy/blob/fbb5a1ec/subprojects/parser-antlr4/src/test/resources/fail/MethodCall_01.groovy
----------------------------------------------------------------------
diff --git 
a/subprojects/parser-antlr4/src/test/resources/fail/MethodCall_01.groovy 
b/subprojects/parser-antlr4/src/test/resources/fail/MethodCall_01.groovy
deleted file mode 100644
index cd73fd5..0000000
--- a/subprojects/parser-antlr4/src/test/resources/fail/MethodCall_01.groovy
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-m(,)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/groovy/blob/fbb5a1ec/subprojects/parser-antlr4/src/test/resources/fail/MethodCall_01x.groovy
----------------------------------------------------------------------
diff --git 
a/subprojects/parser-antlr4/src/test/resources/fail/MethodCall_01x.groovy 
b/subprojects/parser-antlr4/src/test/resources/fail/MethodCall_01x.groovy
new file mode 100644
index 0000000..cd73fd5
--- /dev/null
+++ b/subprojects/parser-antlr4/src/test/resources/fail/MethodCall_01x.groovy
@@ -0,0 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ */
+
+m(,)
\ No newline at end of file

Reply via email to