From: John McCall Date: Tue, 2 Feb 2010 03:10:28 +0000 (+0000) Subject: FIXME complete. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0519fe2e11ae60d297b50f5497761045783f79c7;p=clang FIXME complete. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95059 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 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)'}}