diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-03-18 17:45:11 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-03-18 17:45:11 +0000 |
commit | 7b06cbe6d4eacf92ca3655593d4932dc48681e59 (patch) | |
tree | 0bef139503817314c49b41cbe3f4c4e7044a590f /llvm/test/FrontendC++/2009-03-17-dbg.cpp | |
parent | 367fee6664b5f51a7e7d52ae09b31156793240ed (diff) | |
download | bcm5719-llvm-7b06cbe6d4eacf92ca3655593d4932dc48681e59.tar.gz bcm5719-llvm-7b06cbe6d4eacf92ca3655593d4932dc48681e59.zip |
These tests are now passing on Darwin because of r67139.
llvm-svn: 67215
Diffstat (limited to 'llvm/test/FrontendC++/2009-03-17-dbg.cpp')
-rw-r--r-- | llvm/test/FrontendC++/2009-03-17-dbg.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/FrontendC++/2009-03-17-dbg.cpp b/llvm/test/FrontendC++/2009-03-17-dbg.cpp index f4ab6a42b62..ef1ccfcb6db 100644 --- a/llvm/test/FrontendC++/2009-03-17-dbg.cpp +++ b/llvm/test/FrontendC++/2009-03-17-dbg.cpp @@ -1,4 +1,5 @@ // RUN: %llvmgxx -c -emit-llvm %s -o /dev/null -g +// XTARGET: darwin // XFAIL: * template <typename T1,typename T2> inline void f(const T1&,const T2&) { } |