DEBSOURCES
Skip Quicknav
sources / jtreg6 / 6.2%2B1-4 / test / normalizeStatus / Test.java
12345678
/** * @test */ public class Test { public static void main(String... args) { throw new Error("abc\ndef ghi"); } }