diff options
Diffstat (limited to 'test/FrontendC++/2009-03-17-dbg.cpp')
-rw-r--r-- | test/FrontendC++/2009-03-17-dbg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC++/2009-03-17-dbg.cpp b/test/FrontendC++/2009-03-17-dbg.cpp index ef1ccfcb6d..93da61873b 100644 --- a/test/FrontendC++/2009-03-17-dbg.cpp +++ b/test/FrontendC++/2009-03-17-dbg.cpp @@ -1,5 +1,5 @@ // RUN: %llvmgxx -c -emit-llvm %s -o /dev/null -g -// XTARGET: darwin +// XTARGET: darwin,linux // XFAIL: * template <typename T1,typename T2> inline void f(const T1&,const T2&) { } |