Small fix to wording in output of 'bolt verify'
This commit is contained in:
parent
7ccda2e69b
commit
cb1a1521f5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue