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
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&) { }