test/jdk/java/lang/String/Formatted.java
changeset 58713 ad69fd32778e
parent 55262 7d83cf1cfa74
child 59037 3d2575331a41
equal deleted inserted replaced
58712:14e098407bb0 58713:ad69fd32778e
    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  * @run main Formatted
    28  * @compile --enable-preview -source 14 Formatted.java
       
    29  * @run main/othervm --enable-preview Formatted
    29  */
    30  */
    30 
    31 
    31 import java.util.Locale;
    32 import java.util.Locale;
    32 
    33 
    33 public class Formatted {
    34 public class Formatted {