From 2ad1113b7ebf09c08ae6df89e1e8d8bf1960a24a Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sat, 27 Apr 2024 06:32:11 -0500 Subject: tests: add werror tests for several languages --- test cases/failing build/9 java werror/Test.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test cases/failing build/9 java werror/Test.java (limited to 'test cases/failing build/9 java werror/Test.java') diff --git a/test cases/failing build/9 java werror/Test.java b/test cases/failing build/9 java werror/Test.java new file mode 100644 index 000000000..3bfb2d0f0 --- /dev/null +++ b/test cases/failing build/9 java werror/Test.java @@ -0,0 +1,5 @@ +public class Test { + public static void main(String args[]) { + System.out.println(1 / 0); + } +} -- cgit v1.3