langtools/test/tools/javac/modules/AddLimitMods.java
changeset 41931 d7c9720c4223
parent 41448 6689bce0cd65
child 41932 b23b4712933b
--- a/langtools/test/tools/javac/modules/AddLimitMods.java	Wed Jul 05 22:24:41 2017 +0200
+++ b/langtools/test/tools/javac/modules/AddLimitMods.java	Wed Nov 02 16:48:57 2016 +0100
@@ -216,8 +216,8 @@
 
     private static final List<Entry<String[], String>> variants = Arrays.asList(
             new SimpleEntry<String[], String>(new String[] {},
-                                              "Test.java:2:18: compiler.err.doesnt.exist: javax.annotation\n"
-                                            + "Test.java:5:19: compiler.err.doesnt.exist: javax.xml.bind\n"
+                                              "Test.java:2:7: compiler.err.package.not.visible: javax.annotation, (compiler.misc.not.def.access.does.not.read.from.unnamed: javax.annotation, java.annotations.common)\n"
+                                            + "Test.java:5:14: compiler.err.package.not.visible: javax.xml.bind, (compiler.misc.not.def.access.does.not.read.from.unnamed: javax.xml.bind, java.xml.bind)\n"
                                             + "2 errors\n"),
             new SimpleEntry<String[], String>(new String[] {"--add-modules", "java.annotations.common,java.xml.bind"},
                                               null),