6855563: test broken after merge with latest parser

Sat, 27 Jun 2009 12:04:43 -0700

author
jjg
date
Sat, 27 Jun 2009 12:04:43 -0700
changeset 311
464d58654324
parent 310
7c154fdc3547
child 312
c391a167ac57
child 313
7913e72a24b0

6855563: test broken after merge with latest parser
Reviewed-by: jjg
Contributed-by: mali@csail.mit.edu

test/tools/javac/typeAnnotations/failures/OldArray.java file | annotate | diff | comparison | revisions
test/tools/javac/typeAnnotations/failures/OldArray.out file | annotate | diff | comparison | revisions
     1.1 --- a/test/tools/javac/typeAnnotations/failures/OldArray.java	Fri Jun 26 19:47:12 2009 -0700
     1.2 +++ b/test/tools/javac/typeAnnotations/failures/OldArray.java	Sat Jun 27 12:04:43 2009 -0700
     1.3 @@ -26,7 +26,7 @@
     1.4   * @bug 6843077
     1.5   * @summary test old array syntax
     1.6   * @author Mahmood Ali
     1.7 - * @compile/fail/ref=OldArray.out -XDrawDiagnostics -source 1.7 OldArray.java
     1.8 + * @compile/fail -XDrawDiagnostics -source 1.7 OldArray.java
     1.9   */
    1.10  class OldArray {
    1.11    String [@A]  s() { return null; }
     2.1 --- a/test/tools/javac/typeAnnotations/failures/OldArray.out	Fri Jun 26 19:47:12 2009 -0700
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,2 +0,0 @@
     2.4 -OldArray.java:32:11: compiler.err.expected: ']'
     2.5 -1 error

mercurial