aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile/PR163.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/testsuite/libjava.compile/PR163.java')
-rw-r--r--libjava/testsuite/libjava.compile/PR163.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/libjava/testsuite/libjava.compile/PR163.java b/libjava/testsuite/libjava.compile/PR163.java
deleted file mode 100644
index 283c8ac1c9c..00000000000
--- a/libjava/testsuite/libjava.compile/PR163.java
+++ /dev/null
@@ -1,8 +0,0 @@
-// Test case for the PR gcj/163
-
-// Uninitalized final variables should not be permitted.
-
-class PR163
-{
- final int foo;
-}