Small fix to wording in output of 'bolt verify'

This commit is contained in:
Sam Vervaeck 2024-01-21 03:40:24 +01:00
parent 7ccda2e69b
commit cb1a1521f5
Signed by: samvv
SSH key fingerprint: SHA256:dIg0ywU1OP+ZYifrYxy8c5esO72cIKB+4/9wkZj1VaY

View file

@ -158,7 +158,7 @@ int main(int Argc, const char* Argv[]) {
auto Line = N->getStartLine();
auto Match = V1.Expected.find(Line);
if (Match != V1.Expected.end() && Match->second == D->getCode()) {
std::cerr << "skipped 1 diagnostic" << std::endl;
std::cerr << "caught 1 diagnostic" << std::endl;
continue;
}
}