forked from OSchip/llvm-project
Try removing xfail and xtarget to see if this brings back a couple of bots.
llvm-svn: 138139
This commit is contained in:
parent
a8cd70e21a
commit
925d593b60
|
@ -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&) { }
|
||||
|
||||
|
|
Loading…
Reference in New Issue