diff options
author | John McCall <rjmccall@apple.com> | 2010-02-02 03:10:28 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-02-02 03:10:28 +0000 |
commit | 0519fe2e11ae60d297b50f5497761045783f79c7 (patch) | |
tree | d61ae69a35e259e303976a9c8ada4df870cd6b13 | |
parent | 5920dbba965a2f2a963313d94be3ff3d2b67ece7 (diff) |
FIXME complete.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95059 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p6.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p6.cpp b/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p6.cpp index 8f919f5315..6edf079b35 100644 --- a/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p6.cpp +++ b/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p6.cpp @@ -1,7 +1,6 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s namespace test0 { - // FIXME: this second note is horrible. template<class T> void apply(T x, void (*f)(T)) { f(x); } // expected-note 2 {{failed template argument deduction}}\ // expected-note {{no overload of 'temp2' matching 'void (*)(int)'}} |