langtools/test/tools/javac/LabeledDeclaration.java
changeset 26993 513b2cae81c3
parent 26529 10ec5e52bf75
--- a/langtools/test/tools/javac/LabeledDeclaration.java	Tue Oct 07 21:21:42 2014 +0200
+++ b/langtools/test/tools/javac/LabeledDeclaration.java	Thu Oct 09 10:08:52 2014 +0200
@@ -1,6 +1,6 @@
 /*
  * @test  /nodynamiccopyright/
- * @bug 4039843
+ * @bug 4039843 8057652
  * @summary The compiler should not allow labeled declarations.
  * @author turnidge
  *