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

Print this page

        

@@ -23,13 +23,10 @@
 
 /* @test
  * @bug 4838379
  * @summary Verify that unshared write and read operations work properly with
  *          enum constants.
- *
- * @compile -source 1.5 Test.java
- * @run main Test
  */
 
 import java.io.*;
 
 enum Foo { foo, bar, baz }