Add encoding for VSTR.
[oota-llvm.git] / test / FrontendC++ / 2009-02-16-CtorNames-dbg.cpp
index 7d9882763796512dcae5fe73fe2d873f2ebb8720..8f1b598aa2bf482b69c7da7dcba283d94e54afd6 100644 (file)
@@ -1,6 +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
 class A {
   int i;
 public: