diff options
Diffstat (limited to 'libjava/testsuite/libjava.compile')
-rw-r--r-- | libjava/testsuite/libjava.compile/PR164.java | 6 | ||||
-rw-r--r-- | libjava/testsuite/libjava.compile/PR164.xfail | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/PR164.java b/libjava/testsuite/libjava.compile/PR164.java new file mode 100644 index 0000000..d3a288f --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR164.java @@ -0,0 +1,6 @@ +// Test from PR 164. + +class PR164 +{ + volatile final int foo = 8; +} diff --git a/libjava/testsuite/libjava.compile/PR164.xfail b/libjava/testsuite/libjava.compile/PR164.xfail new file mode 100644 index 0000000..e3b083b --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR164.xfail @@ -0,0 +1 @@ +shouldfail |