summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++
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
commit981c15ef766b01a9469893cd110f26feb0c070e6 (patch)
treed49a9e226daeaa492782aabf6f2d1077324456c0 /llvm/test/FrontendC++
parent05927b0c90208dc1d79b7b915942f69cb803598d (diff)
downloadbcm5719-llvm-981c15ef766b01a9469893cd110f26feb0c070e6.tar.gz
bcm5719-llvm-981c15ef766b01a9469893cd110f26feb0c070e6.zip
Remove 2009-09-04-modify-crash.cpp as clang doesn't support 32-bit kext.
llvm-svn: 138087
Diffstat (limited to 'llvm/test/FrontendC++')
-rw-r--r--llvm/test/FrontendC++/2009-09-04-modify-crash.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/test/FrontendC++/2009-09-04-modify-crash.cpp b/llvm/test/FrontendC++/2009-09-04-modify-crash.cpp
deleted file mode 100644
index 89274e09c7e..00000000000
--- a/llvm/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(){}
OpenPOWER on IntegriCloud