These tests are now passing on Darwin because of r67139.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67215 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2009-03-18 17:45:11 +00:00
parent a5affdcf4c
commit f10929dd31
3 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,4 @@
// RUN: %llvmgcc -S -g --emit-llvm %s -o - | grep "\~A"
// XFAIL: darwin
class A {
int i;
public:

View File

@ -1,4 +1,5 @@
// RUN: %llvmgxx -c -emit-llvm %s -o /dev/null -g
// XTARGET: darwin
// XFAIL: *
template <typename T1,typename T2>
inline void f(const T1&,const T2&) { }

View File

@ -1,4 +1,5 @@
// RUN: %llvmgcc %s -c -g -o /dev/null
// XTARGET: darwin
// XFAIL: *
void foo() {}