File: Test.java

package info (click to toggle)
jtreg6 6.2%2B1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,864 kB
  • sloc: java: 29,826; sh: 1,367; xml: 674; makefile: 269
file content (8 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
/**
 * @test
 */
public class Test {
    public static void main(String... args) {
        throw new Error("abc\ndef   ghi");
    }
}