diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-03-18 00:44:45 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-03-18 00:44:45 +0000 |
commit | 13ca4879d5602662c7522d7a53a318fa80f9bf80 (patch) | |
tree | 0b165184141ffeeac44f06b1dc43c670d0ba5e0e /test/FrontendC++/2009-03-17-dbg.cpp | |
parent | ff81ebf7586fa7992353ed44a8c9d564130fb734 (diff) |
xfail these tests for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67143 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 38495561d4..f4ab6a42b6 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 +// XFAIL: * template <typename T1,typename T2> inline void f(const T1&,const T2&) { } |