diff -r 7993cfab8610 -r 4a6acc42c3a1 test/tools/javac/lambda/TargetType10.java --- a/test/tools/javac/lambda/TargetType10.java Fri Aug 30 17:36:47 2013 -0700 +++ b/test/tools/javac/lambda/TargetType10.java Mon Sep 02 22:38:36 2013 +0100 @@ -1,10 +1,10 @@ /* * @test /nodynamiccopyright/ - * @bug 8003280 + * @bug 8003280 8016177 * @summary Add lambda tests * check that wildcards in the target method of a lambda conversion is handled correctly * @author Maurizio Cimadamore - * @compile/fail/ref=TargetType10.out -XDrawDiagnostics TargetType10.java + * @compile TargetType10.java */ class TargetType10 {