From: Eric Christopher Date: Fri, 19 Aug 2011 23:17:46 +0000 (+0000) Subject: Try removing xfail and xtarget to see if this brings back a couple of bots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ba4fde1915029f97c44e562e354320a5c10ac65;p=clang 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 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 inline void f(const T1&,const T2&) { }