Add encoding for VSTR.
[oota-llvm.git] / test / FrontendC++ / 2009-02-16-CtorNames-dbg.cpp
index 401df90ab37be26ae71cbd50a2687e59384ba51b..8f1b598aa2bf482b69c7da7dcba283d94e54afd6 100644 (file)
@@ -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: