From 335aef8cb7390747dceaa250875cb7e502e0149f Mon Sep 17 00:00:00 2001 From: emc Date: Thu, 14 Nov 2013 12:32:57 -0500 Subject: [PATCH] 8028282: Remove @ignore from test langtools/test/tools/javac/T7042623.java Summary: Remove @ignore from test Reviewed-by: jjg --- test/tools/javac/T7042623.java | 1 - 1 file changed, 1 deletion(-) diff --git a/test/tools/javac/T7042623.java b/test/tools/javac/T7042623.java index 0c4fc5b6..70811d42 100644 --- a/test/tools/javac/T7042623.java +++ b/test/tools/javac/T7042623.java @@ -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 */ -- GitLab