6855563: test broken after merge with latest parser

Reviewed-by: jjg
This commit is contained in:
Mahmood Ali 2009-06-27 12:04:43 -07:00 committed by Jonathan Gibbons
parent d6b7dc0812
commit 48800dcb6c
2 changed files with 1 additions and 3 deletions

View File

@ -26,7 +26,7 @@
* @bug 6843077
* @summary test old array syntax
* @author Mahmood Ali
* @compile/fail/ref=OldArray.out -XDrawDiagnostics -source 1.7 OldArray.java
* @compile/fail -XDrawDiagnostics -source 1.7 OldArray.java
*/
class OldArray {
String [@A] s() { return null; }

View File

@ -1,2 +0,0 @@
OldArray.java:32:11: compiler.err.expected: ']'
1 error