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 index bf612e22091..00000000000 --- a/gcc/testsuite/g++.old-deja/g++.eh/sjlj1.C +++ /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(); -}