test/java/util/IdentityHashMap/ToString.java

Print this page

        

@@ -24,13 +24,10 @@
 /*
  * @test
  * @bug     4973432
  * @summary Test that toString on entrySet Iterator/Entry behaves reasonably
  * @author  Josh Bloch
- *
- * @compile -source 1.5 ToString.java
- * @run main ToString
  */
 
 
 import java.util.*;