test/java/io/Serializable/enum/array/Test.java

Print this page

        

@@ -23,13 +23,10 @@
 
 /* @test
  * @bug 4838379
  * @summary Verify that serialization of enum constant arrays functions
  *          properly.
- *
- * @compile -source 1.5 Test.java
- * @run main Test
  */
 
 import java.io.*;
 import java.util.Arrays;