aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile/G19990210_1.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/testsuite/libjava.compile/G19990210_1.java')
-rw-r--r--libjava/testsuite/libjava.compile/G19990210_1.java18
1 files changed, 0 insertions, 18 deletions
diff --git a/libjava/testsuite/libjava.compile/G19990210_1.java b/libjava/testsuite/libjava.compile/G19990210_1.java
deleted file mode 100644
index 9404f71f6ab..00000000000
--- a/libjava/testsuite/libjava.compile/G19990210_1.java
+++ /dev/null
@@ -1,18 +0,0 @@
-/*-------------------------------------------------------------------------*/
-/* File name : G19990210_1 */
-/* : */
-/* Cause : */
-/* : */
-/* Message : G19990210_1.java: In class `G19990210_1': */
-/* G19990210_1.java: In method `foo()': */
-/* G19990210_1.java:8: Unreachable statement. */
-/* return 0; */
-/* ^ */
-/* 1 error */
-/*-------------------------------------------------------------------------*/
-public class G19990210_1 {
- int foo() {
- try { ; } finally { ; }
- return 0;
- }
-}