mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8169074: Build is failing after JDK-8166538
Reverting d7c9720c4223 Reviewed-by: darcy
This commit is contained in:
parent
5daafbe43b
commit
7cffceb22f
71 changed files with 114 additions and 1926 deletions
|
@ -70,8 +70,8 @@ public class PackageMultipleModules extends ModuleTestBase {
|
|||
.writeAll()
|
||||
.getOutputLines(Task.OutputKind.DIRECT);
|
||||
|
||||
List<String> expected = Arrays.asList("A.java:1:22: compiler.err.package.not.visible: test, (compiler.misc.not.def.access.does.not.read: m1, test, m2)",
|
||||
"B.java:1:22: compiler.err.package.not.visible: test, (compiler.misc.not.def.access.does.not.read: m2, test, m1)",
|
||||
List<String> expected = Arrays.asList("A.java:1:26: compiler.err.not.def.access.package.cant.access: test.B, test",
|
||||
"B.java:1:26: compiler.err.not.def.access.package.cant.access: test.A, test",
|
||||
"2 errors");
|
||||
if (!log.equals(expected))
|
||||
throw new Exception("expected output not found");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue