aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile/Case.java
diff options
context:
space:
mode:
author(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-20 19:33:11 +0000
committer(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-20 19:33:11 +0000
commitf9b8acf532be1306e87a2aca5e311149e44a38fb (patch)
tree756e826e594454f3376185b80f5895fdc5e1306b /libjava/testsuite/libjava.compile/Case.java
parent50fd6b48dca019bdefd2ec1f4caa93b42ce02574 (diff)
This commit was manufactured by cvs2svn to create tagcondexec_merge_20000420
'condexec_merge_20000420'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/tags/condexec_merge_20000420@33290 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/libjava.compile/Case.java')
-rw-r--r--libjava/testsuite/libjava.compile/Case.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/libjava/testsuite/libjava.compile/Case.java b/libjava/testsuite/libjava.compile/Case.java
deleted file mode 100644
index c5eb1d51947..00000000000
--- a/libjava/testsuite/libjava.compile/Case.java
+++ /dev/null
@@ -1,15 +0,0 @@
-// Simple compiler test.
-
-public class Case
-{
- public static int foo (int i, support.Case x)
- {
- switch (i)
- {
- case x.A:
- return 1;
- default:
- return 0;
- }
- }
-}