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/04/10 14:30:48 UTC

[groovy] branch master updated: tests seem to work now

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 d1c45d0  tests seem to work now
d1c45d0 is described below

commit d1c45d0290dc46f01e919a6dd7dc64fd24e58e12
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Apr 11 00:30:41 2019 +1000

    tests seem to work now
---
 src/test/groovy/transform/stc/MethodReferenceTest.groovy | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/test/groovy/transform/stc/MethodReferenceTest.groovy b/src/test/groovy/transform/stc/MethodReferenceTest.groovy
index 62883e4..e144f29 100644
--- a/src/test/groovy/transform/stc/MethodReferenceTest.groovy
+++ b/src/test/groovy/transform/stc/MethodReferenceTest.groovy
@@ -21,9 +21,6 @@ package groovy.transform.stc
 class MethodReferenceTest extends GroovyTestCase {
     // class::instanceMethod
     void testFunctionCI() {
-        // TODO can this be removed on JDK12
-        if (true) return
-
         assertScript '''
             import java.util.stream.Collectors
             
@@ -56,9 +53,6 @@ class MethodReferenceTest extends GroovyTestCase {
 
     // class::instanceMethod
     void testBinaryOperatorCI() {
-        // TODO can this be removed on JDK12
-        if (true) return
-
         assertScript '''
             @groovy.transform.CompileStatic
             void p() {