--- old/test/langtools/tools/javac/switchexpr/ExpressionSwitchEmbedding.java 2018-12-11 11:17:00.855935000 -0800 +++ new/test/langtools/tools/javac/switchexpr/ExpressionSwitchEmbedding.java 2018-12-11 11:17:00.683849000 -0800 @@ -25,7 +25,7 @@ * @test * @bug 8214031 8214114 * @summary Verify switch expressions embedded in various statements work properly. - * @compile --enable-preview -source 12 ExpressionSwitchEmbedding.java + * @compile --enable-preview -source 13 ExpressionSwitchEmbedding.java * @run main/othervm --enable-preview ExpressionSwitchEmbedding */