aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendC++/2009-03-17-dbg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC++/2009-03-17-dbg.cpp')
-rw-r--r--test/FrontendC++/2009-03-17-dbg.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FrontendC++/2009-03-17-dbg.cpp b/test/FrontendC++/2009-03-17-dbg.cpp
index f4ab6a42b6..ef1ccfcb6d 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&) { }