test/jdk/java/lang/String/Formatted.java
changeset 59037 3d2575331a41
parent 58713 ad69fd32778e
equal deleted inserted replaced
59036:642d7d7ed426 59037:3d2575331a41
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * bug 8203444
    26  * bug 8203444
    27  * @summary Unit tests for instance versions of String#format
    27  * @summary Unit tests for instance versions of String#format
    28  * @compile --enable-preview -source 14 Formatted.java
    28  * @compile --enable-preview -source ${jdk.version} Formatted.java
    29  * @run main/othervm --enable-preview Formatted
    29  * @run main/othervm --enable-preview Formatted
    30  */
    30  */
    31 
    31 
    32 import java.util.Locale;
    32 import java.util.Locale;
    33 
    33