OSDN Git Service

bad test
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Nov 1998 20:10:12 +0000 (20:10 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Nov 1998 20:10:12 +0000 (20:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23647 138bc75d-0d04-0410-961f-82ee72b054a4

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();
-}