test/java/math/BigDecimal/PowTests.java

Print this page

        

@@ -24,12 +24,10 @@
 /*
  * @test
  * @bug 4916097
  * @summary Some exponent over/undeflow tests for the pow method
  * @author Joseph D. Darcy
- * @compile -source 1.5 PowTests.java
- * @run main PowTests
  */
 
 import java.math.*;
 
 public class PowTests {