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
diff --git a/test/CodeGenCXX/2009-03-17-dbg.cpp b/test/CodeGenCXX/2009-03-17-dbg.cpp
index bd77376..e2e6c5a 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&) { }