aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC++
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-03-18 17:45:11 +0000
committerBill Wendling <isanbard@gmail.com>2009-03-18 17:45:11 +0000
commit281c2db2b8c95e5149c79bd72c910abf5705ce72 (patch)
treef6516bbb3369942a2357a66098b9dda76a3ac40f /test/FrontendC++
parent39298eaf355931f6e1400988d3218de50ab3b4ed (diff)
downloadexternal_llvm-281c2db2b8c95e5149c79bd72c910abf5705ce72.zip
external_llvm-281c2db2b8c95e5149c79bd72c910abf5705ce72.tar.gz
external_llvm-281c2db2b8c95e5149c79bd72c910abf5705ce72.tar.bz2
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
Diffstat (limited to 'test/FrontendC++')
-rw-r--r--test/FrontendC++/2009-02-16-CtorNames-dbg.cpp1
-rw-r--r--test/FrontendC++/2009-03-17-dbg.cpp1
2 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp b/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
index ce5f562..8f1b598 100644
--- a/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
+++ b/test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
@@ -1,5 +1,4 @@
// RUN: %llvmgcc -S -g --emit-llvm %s -o - | grep "\~A"
-// XFAIL: darwin
class A {
int i;
public:
diff --git a/test/FrontendC++/2009-03-17-dbg.cpp b/test/FrontendC++/2009-03-17-dbg.cpp
index f4ab6a4..ef1ccfc 100644
--- a/test/FrontendC++/2009-03-17-dbg.cpp
+++ b/test/FrontendC++/2009-03-17-dbg.cpp
@@ -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&) { }