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