From f129e3bac004574b0d59f4197f3a992d71124726 Mon Sep 17 00:00:00 2001 From: tromey Date: Thu, 10 Aug 2000 01:09:12 +0000 Subject: From PR gcj/310: * libjava.compile/PR310.java: New file. * libjava.compile/PR310.xfail: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35596 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/testsuite/libjava.compile/PR310.java | 9 +++++++++ libjava/testsuite/libjava.compile/PR310.xfail | 1 + 2 files changed, 10 insertions(+) create mode 100644 libjava/testsuite/libjava.compile/PR310.java create mode 100644 libjava/testsuite/libjava.compile/PR310.xfail (limited to 'libjava/testsuite/libjava.compile') diff --git a/libjava/testsuite/libjava.compile/PR310.java b/libjava/testsuite/libjava.compile/PR310.java new file mode 100644 index 00000000000..a77f6a83e86 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR310.java @@ -0,0 +1,9 @@ +public class PR310 +{ + void m (long l) + { + switch (l) + { + } + } +} diff --git a/libjava/testsuite/libjava.compile/PR310.xfail b/libjava/testsuite/libjava.compile/PR310.xfail new file mode 100644 index 00000000000..e3b083b1fa5 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR310.xfail @@ -0,0 +1 @@ +shouldfail -- cgit v1.2.3