jdk-24/langtools/test/tools/javac/unicode/UnicodeNewline.java
Jonathan Gibbons ccd014ed3f 6971882: Remove -XDstdout from javac test
Reviewed-by: darcy
2010-07-26 14:18:45 -07:00

13 lines
317 B
Java

/*
* @test /nodynamiccopyright/
* @bug 4739428 4785453
* @summary when \u000a is used, diagnostics are reported on the wrong line.
*
* @compile/fail/ref=UnicodeNewline.out -XDdiags=%b:%l:%_%m UnicodeNewline.java
*/
class UnicodeNewline {
// \u000a \u000a \u000a
xyzzy plugh; // error should be HERE
}