Integrated: JDK-8264664: use text blocks in javac module tests

Joe Darcy darcy at openjdk.java.net
Sat Apr 3 01:22:06 UTC 2021


On Sat, 3 Apr 2021 00:33:54 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review an update to the javac module tests to use text blocks to represent multi-line strings.
> 
> The conversion was done mostly semi-automatically, using a utility used to covert the javadoc tests. Some edits were manual.
> 
> In all cases, there are no changes to the semantics of any test. In particular, no diagnostic messages containing line and column information were updated.
> 
> All `:tier1` tests pass on all standard platforms.

Marked as reviewed by darcy (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/3335


More information about the compiler-dev mailing list