jdk/test/java/lang/Double/ParseHexFloatingPoint.java
changeset 30046 cf2c86e1819e
parent 26197 1bb6b68b87cd
child 30048 3424bede284d
equal deleted inserted replaced
30045:719de2e9d356 30046:cf2c86e1819e
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 4826774
    26  * @bug 4826774
    27  * @summary Numerical tests for hexadecimal inputs to parseDouble, parseFloat
    27  * @summary Numerical tests for hexadecimal inputs to parseDouble, parseFloat
    28  * @author Joseph D. Darcy
    28  * @author Joseph D. Darcy
       
    29  * @key randomness
    29  */
    30  */
    30 
    31 
    31 
    32 
    32 import java.util.regex.*;
    33 import java.util.regex.*;
    33 
    34