diff options
-rw-r--r-- | test/CodeGenCXX/2009-03-17-dbg.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGenCXX/2009-03-17-dbg.cpp b/test/CodeGenCXX/2009-03-17-dbg.cpp index bd77376cb2..e2e6c5a2dd 100644 --- a/test/CodeGenCXX/2009-03-17-dbg.cpp +++ b/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&) { } |