[cfe-commits] r138139 - /cfe/trunk/test/CodeGenCXX/2009-03-17-dbg.cpp
Eric Christopher
echristo at apple.com
Fri Aug 19 16:17:46 PDT 2011
Author: echristo
Date: Fri Aug 19 18:17:46 2011
New Revision: 138139
URL: http://llvm.org/viewvc/llvm-project?rev=138139&view=rev
Log:
Try removing xfail and xtarget to see if this brings back a couple of bots.
Modified:
cfe/trunk/test/CodeGenCXX/2009-03-17-dbg.cpp
Modified: cfe/trunk/test/CodeGenCXX/2009-03-17-dbg.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/2009-03-17-dbg.cpp?rev=138139&r1=138138&r2=138139&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/2009-03-17-dbg.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/2009-03-17-dbg.cpp Fri Aug 19 18:17:46 2011
@@ -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&) { }
More information about the cfe-commits
mailing list