Skip to content

Commit

Permalink
8253770: Test tools/javac/parser/JavacParserTest.java fails on Window…
Browse files Browse the repository at this point in the history
…s after JDK-8253584

Reviewed-by: vromero
  • Loading branch information
lahodaj committed Sep 29, 2020
1 parent 6e5d4f3 commit d5be829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/langtools/tools/javac/parser/JavacParserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,7 @@ String s() {
} """;
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
Expand Down

1 comment on commit d5be829

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on d5be829 Sep 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.