From 530b541741ff458ce2364e1f2639d4f10a50f13b Mon Sep 17 00:00:00 2001 From: tromey Date: Tue, 7 Mar 2000 00:49:18 +0000 Subject: Test for PR gcj/164: * libjava.compile/PR164.xfail: New file. * libjava.compile/PR164.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32374 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/testsuite/libjava.compile/PR164.java | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libjava/testsuite/libjava.compile/PR164.java (limited to 'libjava/testsuite/libjava.compile/PR164.java') diff --git a/libjava/testsuite/libjava.compile/PR164.java b/libjava/testsuite/libjava.compile/PR164.java new file mode 100644 index 00000000000..d3a288f1b51 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR164.java @@ -0,0 +1,6 @@ +// Test from PR 164. + +class PR164 +{ + volatile final int foo = 8; +} -- cgit v1.2.3