--- old/test/langtools/tools/javac/diags/examples/SwitchRules.java 2018-12-11 11:16:46.020520999 -0800 +++ new/test/langtools/tools/javac/diags/examples/SwitchRules.java 2018-12-11 11:16:45.844433000 -0800 @@ -23,7 +23,7 @@ // key: compiler.misc.feature.switch.rules // key: compiler.warn.preview.feature.use.plural -// options: --enable-preview -source 12 -Xlint:preview +// options: --enable-preview -source 13 -Xlint:preview class SwitchExpressions { void m(int i) {