diff --git a/bootstrap/cxx/src/main.cc b/bootstrap/cxx/src/main.cc index 1eb81c381..f77c2f4f0 100644 --- a/bootstrap/cxx/src/main.cc +++ b/bootstrap/cxx/src/main.cc @@ -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; } }