jdk/test/java/math/BigDecimal/StringConstructor.java
changeset 30436 17827057ef5a
parent 30048 3424bede284d
child 45288 58be10a068c2
equal deleted inserted replaced
30435:f9d75cf4dab8 30436:17827057ef5a
    31  * @key randomness
    31  * @key randomness
    32  */
    32  */
    33 
    33 
    34 import java.math.*;
    34 import java.math.*;
    35 import java.util.Random;
    35 import java.util.Random;
       
    36 import jdk.testlibrary.RandomFactory;
    36 
    37 
    37 public class StringConstructor {
    38 public class StringConstructor {
    38 
    39 
    39     public static void main(String[] args) throws Exception {
    40     public static void main(String[] args) throws Exception {
    40         constructWithError("");
    41         constructWithError("");