]> granicus.if.org Git - clang/commitdiff
Try removing xfail and xtarget to see if this brings back a couple of bots.
authorEric Christopher <echristo@apple.com>
Fri, 19 Aug 2011 23:17:46 +0000 (23:17 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 19 Aug 2011 23:17:46 +0000 (23:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138139 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/2009-03-17-dbg.cpp

index bd77376cb2c028410f14de2f015f64abb5a0c8f1..e2e6c5a2dd29a4e9994acd58fa7d35eeac3c46d4 100644 (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&) { }