From 0519fe2e11ae60d297b50f5497761045783f79c7 Mon Sep 17 00:00:00 2001 From: John McCall Date: Tue, 2 Feb 2010 03:10:28 +0000 Subject: [PATCH] FIXME complete. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95059 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p6.cpp | 1 - 1 file changed, 1 deletion(-) 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)'}} -- 2.50.1