aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendC++/2009-09-04-modify-crash.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-08-19 21:21:28 +0000
committerEric Christopher <echristo@apple.com>2011-08-19 21:21:28 +0000
commit1679882794c625c349301148d15737e845026b9d (patch)
tree8284b4c1a13bd8d7d74dfa106fc8a47bade63504 /test/FrontendC++/2009-09-04-modify-crash.cpp
parentea93661f913504a9de5b21b3bc96009be0bd0736 (diff)
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
Diffstat (limited to 'test/FrontendC++/2009-09-04-modify-crash.cpp')
-rw-r--r--test/FrontendC++/2009-09-04-modify-crash.cpp7
1 files changed, 0 insertions, 7 deletions
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 89274e09c7..0000000000
--- 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(){}