Skip to content
Permalink
Browse files
8253770: Test tools/javac/parser/JavacParserTest.java fails on Window…
…s after JDK-8253584

Reviewed-by: vromero
  • Loading branch information
Jan Lahoda committed Sep 29, 2020
1 parent 6e5d4f3 commit d5be829
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

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.