mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8253770: Test tools/javac/parser/JavacParserTest.java fails on Windows after JDK-8253584
Reviewed-by: vromero
This commit is contained in:
parent
6e5d4f33c5
commit
d5be82948b
1 changed files with 1 additions and 1 deletions
|
@ -1604,7 +1604,7 @@ public class JavacParserTest extends TestCase {
|
|||
} """;
|
||||
assertEquals("Unexpected AST, got:\n" + ast, expected, ast);
|
||||
assertEquals("Unexpected errors, got:\n" + out.toString(),
|
||||
out.toString(),
|
||||
out.toString().replaceAll("\\R", "\n"),
|
||||
"""
|
||||
Test.java:5:17: compiler.err.expected: token.identifier
|
||||
Test.java:5:16: compiler.err.not.stmt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue