mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user