test/tools/javac/annotations/neg/Z10.java

Print this page

        

@@ -25,11 +25,11 @@
  * @test
  * @bug 4865660
  * @summary implement "metadata" (attribute interfaces and program annotations)
  * @author gafter
  *
- * @compile/fail -source 1.5 Z10.java
+ * @compile/fail Z10.java
  */
 
 enum Color { red, green, blue }
 
 @interface An {