From e2c248c2eea568320e81bb5de2426c719c56da1c Mon Sep 17 00:00:00 2001 From: Amy Lu Date: Thu, 2 Apr 2015 17:32:05 -0700 Subject: [PATCH] 8075304: Remove duplicate test: FDTest Remove certain lambda tests from the JDK repo which also exist in the langtools repo Reviewed-by: rfield --- jdk/test/TEST.groups | 1 - 1 file changed, 1 deletion(-) diff --git a/jdk/test/TEST.groups b/jdk/test/TEST.groups index aa80127fbe8..94103f534b8 100644 --- a/jdk/test/TEST.groups +++ b/jdk/test/TEST.groups @@ -453,7 +453,6 @@ needs_jdk = \ java/util/jar/JarInputStream/ExtraFileInMetaInf.java \ java/util/logging/TestLoggerWeakRefLeak.java \ java/util/zip/3GBZipFiles.sh \ - jdk/lambda/FDTest.java \ jdk/lambda/separate/Compiler.java \ sun/management/jmxremote/bootstrap/JvmstatCountersTest.java \ sun/management/jmxremote/bootstrap/LocalManagementTest.java \