summaryrefslogtreecommitdiff
path: root/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC++/2009-02-16-CtorNames-dbg.cpp')
-rw-r--r--test/FrontendC++/2009-02-16-CtorNames-dbg.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp b/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
index 401df90ab3..8f1b598aa2 100644
--- a/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
+++ b/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
@@ -1,8 +1,4 @@
// RUN: %llvmgcc -S -g --emit-llvm %s -o - | grep "\~A"
-// RUN: %llvmgcc -S -g --emit-llvm %s -o - | not grep comp_ctor
-// RUN: %llvmgcc -S -g --emit-llvm %s -o - | not grep comp_dtor
-// FIXME: This is failing on Darwin because of either r66861 or r66859.
-// XFAIL: darwin
class A {
int i;
public: