mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8129418: JShell: better highlighting of errors in imports on demand
Reviewed-by: jlahoda
This commit is contained in:
parent
6422efa3c7
commit
ae999eae7e
7 changed files with 10 additions and 11 deletions
|
@ -799,7 +799,7 @@ public class ConvenientAccessErrorsTest extends ModuleTestBase {
|
|||
.getOutputLines(Task.OutputKind.DIRECT);
|
||||
|
||||
List<String> expected = Arrays.asList(
|
||||
"Test.java:1:31: compiler.err.doesnt.exist: ma",
|
||||
"Test.java:1:38: compiler.err.doesnt.exist: ma",
|
||||
"1 error");
|
||||
|
||||
if (!expected.equals(log))
|
||||
|
@ -827,7 +827,7 @@ public class ConvenientAccessErrorsTest extends ModuleTestBase {
|
|||
.getOutputLines(Task.OutputKind.DIRECT);
|
||||
|
||||
List<String> expected = Arrays.asList(
|
||||
"Test.java:1:15: compiler.err.doesnt.exist: ma",
|
||||
"Test.java:1:22: compiler.err.doesnt.exist: ma",
|
||||
"1 error");
|
||||
|
||||
if (!expected.equals(log))
|
||||
|
@ -861,7 +861,7 @@ public class ConvenientAccessErrorsTest extends ModuleTestBase {
|
|||
.getOutputLines(Task.OutputKind.DIRECT);
|
||||
|
||||
List<String> expected = Arrays.asList(
|
||||
"Test.java:1:15: compiler.err.doesnt.exist: ma",
|
||||
"Test.java:1:22: compiler.err.doesnt.exist: ma",
|
||||
"1 error");
|
||||
|
||||
if (!expected.equals(log))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue