diff options
author | Duncan Sands <baldrick@free.fr> | 2009-03-25 16:43:59 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2009-03-25 16:43:59 +0000 |
commit | 39d0946db53a00f9e695cd21014d757edf859700 (patch) | |
tree | bc2c93a43c1cb4a418b12f962f5a24394bf190e9 /llvm/test/FrontendC++/2009-03-17-dbg.cpp | |
parent | b86a445d3953a93d883747c7403877c97c845a9a (diff) | |
download | bcm5719-llvm-39d0946db53a00f9e695cd21014d757edf859700.tar.gz bcm5719-llvm-39d0946db53a00f9e695cd21014d757edf859700.zip |
These tests pass on linux.
llvm-svn: 67689
Diffstat (limited to 'llvm/test/FrontendC++/2009-03-17-dbg.cpp')
-rw-r--r-- | llvm/test/FrontendC++/2009-03-17-dbg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC++/2009-03-17-dbg.cpp b/llvm/test/FrontendC++/2009-03-17-dbg.cpp index ef1ccfcb6db..93da61873bf 100644 --- a/llvm/test/FrontendC++/2009-03-17-dbg.cpp +++ b/llvm/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&) { } |