From 28c231d6479bb046652cf9dbd2e8fb5c88910952 Mon Sep 17 00:00:00 2001 From: Bryce McKinlay Date: Tue, 7 Mar 2000 22:54:12 +0000 Subject: Test for PR gcj/163: 2000-03-07 Bryce McKinlay Test for PR gcj/163: * libjava.lang/PR163.java: New file. * libjava.lang/PR163.xfail: New file. From-SVN: r32393 --- libjava/testsuite/libjava.compile/PR163.java | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libjava/testsuite/libjava.compile/PR163.java (limited to 'libjava/testsuite/libjava.compile/PR163.java') diff --git a/libjava/testsuite/libjava.compile/PR163.java b/libjava/testsuite/libjava.compile/PR163.java new file mode 100644 index 0000000..283c8ac --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR163.java @@ -0,0 +1,8 @@ +// Test case for the PR gcj/163 + +// Uninitalized final variables should not be permitted. + +class PR163 +{ + final int foo; +} -- cgit v1.1