Skip to content

Commit 2c75b56

Browse files
[swift-scan-test] Fix the matching bracket in message
Fix a matching bracket in diagnostics.
1 parent 88f4c63 commit 2c75b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-scan-test/swift-scan-test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ static int action_cache_query(swiftscan_cas_t cas, const char *key) {
133133
return printError(err_msg);
134134

135135
if (!comp) {
136-
llvm::errs() << "cached output not found for \"" << key << "\n";
136+
llvm::errs() << "cached output not found for \"" << key << "\"\n";
137137
return EXIT_FAILURE;
138138
}
139139

0 commit comments

Comments
 (0)