These tests pass on linux.

llvm-svn: 67689
diff --git a/llvm/test/FrontendC++/2009-03-17-dbg.cpp b/llvm/test/FrontendC++/2009-03-17-dbg.cpp
index ef1ccfc..93da618 100644
--- a/llvm/test/FrontendC++/2009-03-17-dbg.cpp
+++ b/llvm/test/FrontendC++/2009-03-17-dbg.cpp
@@ -1,5 +1,5 @@
 // RUN: %llvmgxx -c -emit-llvm %s -o /dev/null -g
-// XTARGET: darwin
+// XTARGET: darwin,linux
 // XFAIL: *
 template <typename T1,typename T2>
 inline void f(const T1&,const T2&) { }