test/tools/javac/generics/T5094318.java

Print this page

        

@@ -26,11 +26,11 @@
  * @bug 5094318
  * @summary REGRESSION: Array cloning is not backwards compatible
  *
  * @compile -source 1.4 T5094318.java
  * @run main T5094318
- * @compile -source 1.5 T5094318.java
+ * @compile  T5094318.java
  * @run main/fail T5094318
  */
 
 public class T5094318 {