--- old/test/langtools/tools/javac/switchexpr/ExpressionSwitchFallThrough.java 2018-08-01 08:09:21.091825244 +0200 +++ new/test/langtools/tools/javac/switchexpr/ExpressionSwitchFallThrough.java 2018-08-01 08:09:20.803825258 +0200 @@ -21,9 +21,10 @@ * questions. */ -/** +/* * @test * @bug 8206986 + * @summary Check fall through in switch expressions. * @compile --enable-preview -source 12 ExpressionSwitchFallThrough.java * @run main/othervm --enable-preview ExpressionSwitchFallThrough */