Merge remote-tracking branch 'origin/main' into rebranch

This commit is contained in:
swift-ci
2024-04-12 13:37:42 -07:00
560 changed files with 9353 additions and 3953 deletions

View File

@@ -225,7 +225,7 @@ int TestRunner::run() {
// Handle
auto *item = findMatchItem(*request_obj);
if (!item) {
llvm::errs() << "cound't find matching item for request: " << *request_obj
llvm::errs() << "couldn't find matching item for request: " << *request_obj
<< "\n";
return 1;
}