--- old/test/langtools/tools/javac/switchexpr/ExpressionSwitchDA.java 2018-12-11 11:17:00.219616999 -0800 +++ new/test/langtools/tools/javac/switchexpr/ExpressionSwitchDA.java 2018-12-11 11:17:00.039527000 -0800 @@ -25,7 +25,7 @@ * @test * @bug 8206986 * @summary Check definite (un)assignment for in switch expressions. - * @compile --enable-preview -source 12 ExpressionSwitchDA.java + * @compile --enable-preview -source 13 ExpressionSwitchDA.java * @run main/othervm --enable-preview ExpressionSwitchDA */