From 1679882794c625c349301148d15737e845026b9d Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 19 Aug 2011 21:21:28 +0000 Subject: [PATCH] Remove 2009-09-04-modify-crash.cpp as clang doesn't support 32-bit kext. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138087 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC++/2009-09-04-modify-crash.cpp | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/FrontendC++/2009-09-04-modify-crash.cpp diff --git a/test/FrontendC++/2009-09-04-modify-crash.cpp b/test/FrontendC++/2009-09-04-modify-crash.cpp deleted file mode 100644 index 89274e09c7e..00000000000 --- a/test/FrontendC++/2009-09-04-modify-crash.cpp +++ /dev/null @@ -1,7 +0,0 @@ -// RUN: %llvmgxx %s -fapple-kext -S -o - -// The extra check in 71555 caused this to crash on Darwin X86 -// in an assert build. -class foo { - virtual ~foo (); -}; -foo::~foo(){}