jdk/test/java/math/BigDecimal/DivideTests.java
changeset 4347 ab0a9f495844
parent 3710 65a5d7914736
child 5506 202f599c92aa
--- a/jdk/test/java/math/BigDecimal/DivideTests.java	Thu Dec 03 21:30:27 2009 +0000
+++ b/jdk/test/java/math/BigDecimal/DivideTests.java	Thu Dec 03 18:19:10 2009 -0800
@@ -26,8 +26,6 @@
  * @bug 4851776 4907265 6177836 6876282
  * @summary Some tests for the divide methods.
  * @author Joseph D. Darcy
- * @compile -source 1.5 DivideTests.java
- * @run main DivideTests
  */
 
 import java.math.*;