8005205: tests missing bugid for repeating annotation change

Reviewed-by: jjg, ssides
This commit is contained in:
Joel Borggrén-Franck 2013-03-12 11:16:30 +01:00
parent 454b9ff071
commit c3e43ab7d5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/**
* @test /nodynamiccopyright/
* @bug 7169362
* @bug 7169362 8001114
* @author sogoel
* @summary ContainerAnnotation does not have FooContainer.class specified
* @compile/fail/ref=MissingContainer.out -XDrawDiagnostics MissingContainer.java

View File

@ -1,6 +1,6 @@
/**
* @test /nodynamiccopyright/
* @bug 7169362
* @bug 7169362 8001114
* @author sogoel
* @summary Default case not specified for other methods in container annotation
* @compile/fail/ref=MissingDefaultCase1.out -XDrawDiagnostics MissingDefaultCase1.java