Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 858592c52 -> 893986b9a


forgot to check in file


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

Branch: refs/heads/GROOVY_2_4_X
Commit: 893986b9acf3d97365b3a0cf11bd53d7d687900f
Parents: 858592c
Author: paulk <pa...@asert.com.au>
Authored: Thu Feb 8 21:30:42 2018 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Thu Feb 8 21:32:24 2018 +1000

----------------------------------------------------------------------
 src/test/groovy/bugs/Groovy8474Bug.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/893986b9/src/test/groovy/bugs/Groovy8474Bug.groovy
----------------------------------------------------------------------
diff --git a/src/test/groovy/bugs/Groovy8474Bug.groovy 
b/src/test/groovy/bugs/Groovy8474Bug.groovy
index 4438b24..ea21a4b 100644
--- a/src/test/groovy/bugs/Groovy8474Bug.groovy
+++ b/src/test/groovy/bugs/Groovy8474Bug.groovy
@@ -201,7 +201,7 @@ class Groovy8474Bug extends GroovyTestCase {
               }
             }
         '''
-        assert errMsg.contains('Can not access private field')
+        assert errMsg.contains('Cannot access private field')
     }
 
     void testSettingSuperFinalProperty() {

Reply via email to