diff --git a/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp b/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp index 401df90ab37..8f1b598aa2b 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: