--- a/langtools/test/tools/javac/diags/examples/AnnotationMustBeNameValue.java Thu Jan 09 15:00:33 2014 +0100
+++ b/langtools/test/tools/javac/diags/examples/AnnotationMustBeNameValue.java Fri Jan 10 11:31:09 2014 +0100
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -22,6 +22,7 @@
*/
// key: compiler.err.annotation.value.must.be.name.value
+// key: compiler.err.cant.resolve
@interface Anno {
String name() default "anon";