# HG changeset patch # User emc # Date 1384450377 18000 # Node ID f4afc37a97a2a44070ed2cdbab16e041dbf0bf37 # Parent f5b7edec4304a2885d31e2f1031b97dd7cdf3cf3 8028282: Remove @ignore from test langtools/test/tools/javac/T7042623.java Summary: Remove @ignore from test Reviewed-by: jjg diff -r f5b7edec4304 -r f4afc37a97a2 langtools/test/tools/javac/T7042623.java --- a/langtools/test/tools/javac/T7042623.java Wed Nov 13 16:36:08 2013 -0800 +++ b/langtools/test/tools/javac/T7042623.java Thu Nov 14 12:32:57 2013 -0500 @@ -2,7 +2,6 @@ * @test /nodynamiccopyright/ * @bug 7042623 * @summary Regression: javac silently crash when attributing non-existent annotation - * @ignore * @compile/fail/ref=T7042623.out -XDrawDiagnostics -XDdev T7042623.java */