bad test
authorJason Merrill <jason@gcc.gnu.org>
Fri, 13 Nov 1998 20:10:12 +0000 (15:10 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 13 Nov 1998 20:10:12 +0000 (15:10 -0500)
From-SVN: r23647

gcc/testsuite/g++.old-deja/g++.eh/sjlj1.C [deleted file]

diff --git a/gcc/testsuite/g++.old-deja/g++.eh/sjlj1.C b/gcc/testsuite/g++.old-deja/g++.eh/sjlj1.C
deleted file mode 100644 (file)
index bf612e2..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-// Special g++ Options: -fsjlj-exceptions
-
-// execution test - XFAIL *-*-*
-
-void foo() throw(int) { throw 1; }
-
-int main() {
-  try { foo(); }
-  catch(int) { return 0; }
-  abort();
-}