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
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 {