test/langtools/tools/javac/lambda/SourceLevelTest.out
changeset 48054 702043a4cdeb
parent 47216 71c04702a3d5
child 51047 860a3648c494
--- a/test/langtools/tools/javac/lambda/SourceLevelTest.out	Mon Dec 04 10:13:58 2017 +0100
+++ b/test/langtools/tools/javac/lambda/SourceLevelTest.out	Mon Dec 04 17:54:49 2017 +0000
@@ -1,6 +1,6 @@
-- compiler.warn.source.no.bootclasspath: 1.7
-SourceLevelTest.java:11:9: compiler.err.default.methods.not.supported.in.source: 1.7
-SourceLevelTest.java:18:17: compiler.err.lambda.not.supported.in.source: 1.7
-SourceLevelTest.java:19:20: compiler.err.method.references.not.supported.in.source: 1.7
+- compiler.warn.source.no.bootclasspath: 7
+SourceLevelTest.java:11:9: compiler.err.feature.not.supported.in.source.plural: (compiler.misc.feature.default.methods), 7, 8
+SourceLevelTest.java:18:17: compiler.err.feature.not.supported.in.source.plural: (compiler.misc.feature.lambda), 7, 8
+SourceLevelTest.java:19:20: compiler.err.feature.not.supported.in.source.plural: (compiler.misc.feature.method.references), 7, 8
 3 errors
 1 warning