test/langtools/tools/javac/RawStringLiteralLang.java
changeset 53023 6879069d9d94
parent 51713 d424675a9743
equal deleted inserted replaced
53022:ece620f32d2d 53023:6879069d9d94
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @summary Unit tests for Raw String Literal language changes
    26  * @summary Unit tests for Raw String Literal language changes
    27  * @compile --enable-preview -source 12 -encoding utf8 RawStringLiteralLang.java
    27  * @compile --enable-preview -source 13 -encoding utf8 RawStringLiteralLang.java
    28  * @run main/othervm --enable-preview RawStringLiteralLang
    28  * @run main/othervm --enable-preview RawStringLiteralLang
    29  */
    29  */
    30 
    30 
    31 public class RawStringLiteralLang {
    31 public class RawStringLiteralLang {
    32     public static void main(String... args) {
    32     public static void main(String... args) {