Remove 2009-09-04-modify-crash.cpp as clang doesn't support 32-bit kext.

llvm-svn: 138087
This commit is contained in:
Eric Christopher 2011-08-19 21:21:28 +00:00
parent 05927b0c90
commit 981c15ef76
1 changed files with 0 additions and 7 deletions

View File

@ -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(){}