langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java
changeset 17544 80db48a54a9f
parent 15557 3e211bbf4094
child 17578 46ac954e4a84
--- a/langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java	Wed May 01 08:46:04 2013 -0700
+++ b/langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java	Fri May 03 09:56:56 2013 -0700
@@ -26,7 +26,7 @@
 /*
  * @test
  * @bug 8006732 8006775
- * @ignore
+ * @ignore 8013408: Need specification for type exceptions on multicatch
  * @summary Test population of reference info for multicatch exception parameters
  * @author Werner Dietl
  * @compile -g Driver.java ReferenceInfoUtil.java MultiCatch.java