test/langtools/tools/javac/switchexpr/TryCatch.java
changeset 53023 6879069d9d94
parent 52936 9745e4e36dd1
child 53878 4584d0331318
--- a/test/langtools/tools/javac/switchexpr/TryCatch.java	Thu Dec 13 17:01:15 2018 +0100
+++ b/test/langtools/tools/javac/switchexpr/TryCatch.java	Thu Dec 13 19:06:11 2018 +0100
@@ -25,7 +25,7 @@
  * @test
  * @bug 8214114
  * @summary Verify try-catch inside a switch expression works properly.
- * @compile --enable-preview -source 12 TryCatch.java
+ * @compile --enable-preview -source 13 TryCatch.java
  * @run main/othervm --enable-preview TryCatch
  */
 public class TryCatch {