aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-08-19 23:17:46 +0000
committerEric Christopher <echristo@apple.com>2011-08-19 23:17:46 +0000
commit2ba4fde1915029f97c44e562e354320a5c10ac65 (patch)
treeac924c416f017a90db5abb6a43176e2a1d44e9a0
parent3b20b9ee0da7f840369088874e3f806d71309d77 (diff)
Try removing xfail and xtarget to see if this brings back a couple of bots.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138139 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenCXX/2009-03-17-dbg.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGenCXX/2009-03-17-dbg.cpp b/test/CodeGenCXX/2009-03-17-dbg.cpp
index bd77376cb2..e2e6c5a2dd 100644
--- a/test/CodeGenCXX/2009-03-17-dbg.cpp
+++ b/test/CodeGenCXX/2009-03-17-dbg.cpp
@@ -1,6 +1,5 @@
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null -g
-// XTARGET: darwin,linux
-// XFAIL: *
+
template <typename T1,typename T2>
inline void f(const T1&,const T2&) { }