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 | f10929dd31becaf61160a4c3a1d8eebfdd72aa63 (patch) | |
tree | f6516bbb3369942a2357a66098b9dda76a3ac40f /test/FrontendC++/2009-03-17-dbg.cpp | |
parent | a5affdcf4cdae48ce1e20a42f8dec6fb6f1c3495 (diff) |
These tests are now passing on Darwin because of r67139.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67215 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC++/2009-03-17-dbg.cpp')
-rw-r--r-- | test/FrontendC++/2009-03-17-dbg.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/FrontendC++/2009-03-17-dbg.cpp b/test/FrontendC++/2009-03-17-dbg.cpp index f4ab6a42b6..ef1ccfcb6d 100644 --- a/test/FrontendC++/2009-03-17-dbg.cpp +++ b/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&) { } |