diff -r 0384683c64be -r ddb4a2bfcd82 test/tools/javac/annotations/typeAnnotations/failures/common/receiver/StaticThings.out --- a/test/tools/javac/annotations/typeAnnotations/failures/common/receiver/StaticThings.out Tue May 14 13:55:35 2013 -0700 +++ b/test/tools/javac/annotations/typeAnnotations/failures/common/receiver/StaticThings.out Tue May 14 15:04:06 2013 -0700 @@ -1,5 +1,5 @@ -StaticThings.java:52:32: compiler.err.annotation.type.not.applicable -StaticThings.java:54:37: compiler.err.annotation.type.not.applicable -StaticThings.java:33:26: compiler.err.annotation.type.not.applicable -StaticThings.java:36:28: compiler.err.annotation.type.not.applicable -4 errors \ No newline at end of file +StaticThings.java:33:26: compiler.err.non-static.cant.be.ref: kindname.variable, this +StaticThings.java:36:28: compiler.err.non-static.cant.be.ref: kindname.variable, this +StaticThings.java:52:32: compiler.err.non-static.cant.be.ref: kindname.variable, this +StaticThings.java:54:37: compiler.err.non-static.cant.be.ref: kindname.variable, this +4 errors