]> granicus.if.org Git - clang/commitdiff
Fix test failure after r333485.
authorEric Fiselier <eric@efcs.ca>
Wed, 30 May 2018 01:22:14 +0000 (01:22 +0000)
committerEric Fiselier <eric@efcs.ca>
Wed, 30 May 2018 01:22:14 +0000 (01:22 +0000)
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

test/Misc/diag-template-diffing.cpp

index 174a9693f3b7ddd670c7023a8668497c541f55e2..41c702096e6449de164307088f80035c721517b8 100644 (file)
@@ -1265,7 +1265,7 @@ void test() {
   foo<BoolT<true>>(X);
 }
 // CHECK-ELIDE-NOTREE: no matching function for call to 'foo'
-// CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'BoolT<false>' to 'BoolT<true>' for 1st argument
+// CHECK-ELIDE-NOTREE: candidate function template not viable: no known conversion from 'BoolT<false>' to 'BoolT<true>' for 1st argument
 }
 
 namespace DifferentIntegralTypes {