Remove 2009-09-04-modify-crash.cpp as clang doesn't support 32-bit kext.
authorEric Christopher <echristo@apple.com>
Fri, 19 Aug 2011 21:21:28 +0000 (21:21 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 19 Aug 2011 21:21:28 +0000 (21:21 +0000)
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 [deleted file]

diff --git a/test/FrontendC++/2009-09-04-modify-crash.cpp b/test/FrontendC++/2009-09-04-modify-crash.cpp
deleted file mode 100644 (file)
index 89274e0..0000000
+++ /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(){}