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

Print this page

        

@@ -25,11 +25,11 @@
  * @test
  * @bug 4906400
  * @summary (JSR175) compiler allows self-containing annotation types
  * @author gafter
  *
- * @compile/fail -source 1.5 Cycle1.java
+ * @compile/fail Cycle1.java
  */
 
 package cycle1;
 
 @interface Foo {