Try removing xfail and xtarget to see if this brings back a couple of bots.

llvm-svn: 138139
This commit is contained in:
Eric Christopher 2011-08-19 23:17:46 +00:00
parent a8cd70e21a
commit 925d593b60
1 changed files with 1 additions and 2 deletions

View File

@ -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&) { }