From: Eric Fiselier Date: Wed, 30 May 2018 01:22:14 +0000 (+0000) Subject: Fix test failure after r333485. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2364311344bb332829cfbdfb1d2cd31592fd6d2a;p=clang Fix test failure after r333485. I missed adjusting a test under Misc in the last commit. This patch updates that test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333488 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Misc/diag-template-diffing.cpp b/test/Misc/diag-template-diffing.cpp index 174a9693f3..41c702096e 100644 --- a/test/Misc/diag-template-diffing.cpp +++ b/test/Misc/diag-template-diffing.cpp @@ -1265,7 +1265,7 @@ void test() { foo>(X); } // CHECK-ELIDE-NOTREE: no matching function for call to 'foo' -// CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'BoolT' to 'BoolT' for 1st argument +// CHECK-ELIDE-NOTREE: candidate function template not viable: no known conversion from 'BoolT' to 'BoolT' for 1st argument } namespace DifferentIntegralTypes {