--- old/test/langtools/tools/javac/switchexpr/BooleanNumericNonNumeric.java 2018-12-11 11:16:51.891454999 -0800 +++ new/test/langtools/tools/javac/switchexpr/BooleanNumericNonNumeric.java 2018-12-11 11:16:51.707363000 -0800 @@ -2,7 +2,7 @@ * @test /nodynamiccopyright/ * @bug 8206986 * @summary Verify the type of a conditional expression with nested switch expression is computed properly - * @compile/fail/ref=BooleanNumericNonNumeric.out -XDrawDiagnostics --enable-preview -source 12 BooleanNumericNonNumeric.java + * @compile/fail/ref=BooleanNumericNonNumeric.out -XDrawDiagnostics --enable-preview -source 13 BooleanNumericNonNumeric.java */ public class BooleanNumericNonNumeric {