diff options
| author | Eric Christopher <echristo@apple.com> | 2011-08-19 23:17:46 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2011-08-19 23:17:46 +0000 |
| commit | 925d593b6099b78d4f5575d5c3160bc46c77d9cc (patch) | |
| tree | fd532fba7ffd39f1299892e67e85d65ca9858cb4 | |
| parent | a8cd70e21af5ab1e56ed8020a2aefff5951dd54a (diff) | |
| download | bcm5719-llvm-925d593b6099b78d4f5575d5c3160bc46c77d9cc.tar.gz bcm5719-llvm-925d593b6099b78d4f5575d5c3160bc46c77d9cc.zip | |
Try removing xfail and xtarget to see if this brings back a couple of bots.
llvm-svn: 138139
| -rw-r--r-- | clang/test/CodeGenCXX/2009-03-17-dbg.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/2009-03-17-dbg.cpp b/clang/test/CodeGenCXX/2009-03-17-dbg.cpp index bd77376cb2c..e2e6c5a2dd2 100644 --- a/clang/test/CodeGenCXX/2009-03-17-dbg.cpp +++ b/clang/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 <typename T1,typename T2> inline void f(const T1&,const T2&) { } |

