Parcourir la source

Disable lambda's test for now

tags/light-jdk7u51+10
Ivan Dubrov il y a 10 ans
Parent
révision
ab18a5578a

+ 1
- 0
dcevm/src/test/java8/com/github/dcevm/test/lambdas/LambdaTest.java Voir le fichier

@@ -53,6 +53,7 @@ public class LambdaTest {
}

@Test
@Ignore
public void testMethodLambda() throws Exception {
LambdaA a = new LambdaA();
Callable<Integer> lambda = a.createLambda();

Chargement…
Annuler
Enregistrer