Fix test case. Now, llvm-gcc emits debug info for artificiaal variable _comp_ctor.

llvm-svn: 66963
This commit is contained in:
Devang Patel 2009-03-13 21:57:16 +00:00
parent 7440952c01
commit 4482c0518b
1 changed files with 0 additions and 4 deletions

View 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: