test/langtools/tools/javac/switchexpr/EmptySwitch.java
changeset 53023 6879069d9d94
parent 51563 de411d537aae
child 53878 4584d0331318
--- a/test/langtools/tools/javac/switchexpr/EmptySwitch.java	Thu Dec 13 17:01:15 2018 +0100
+++ b/test/langtools/tools/javac/switchexpr/EmptySwitch.java	Thu Dec 13 19:06:11 2018 +0100
@@ -25,7 +25,7 @@
  * @test
  * @bug 8206986
  * @summary Verify than an empty switch expression is rejected.
- * @compile/fail/ref=EmptySwitch.out --enable-preview -source 12 -XDrawDiagnostics EmptySwitch.java
+ * @compile/fail/ref=EmptySwitch.out --enable-preview -source 13 -XDrawDiagnostics EmptySwitch.java
  */
 
 public class EmptySwitch {