test/langtools/tools/javac/switchexpr/CRT.java
changeset 53023 6879069d9d94
parent 52794 e4ba5414c8b4
child 53878 4584d0331318
--- a/test/langtools/tools/javac/switchexpr/CRT.java	Thu Dec 13 17:01:15 2018 +0100
+++ b/test/langtools/tools/javac/switchexpr/CRT.java	Thu Dec 13 19:06:11 2018 +0100
@@ -151,7 +151,7 @@
         new JavacTask(tb)
                 .options("-Xjcov",
                          "--enable-preview",
-                         "-source", "12")
+                         "-source", "13")
                 .outdir(classes)
                 .sources("public class Test {\n" +
                          code +