Skip to content

Commit f4a005f

Browse files
authored
Merge pull request #69662 from apple/compnerd/semi
Update swift_parse_test_main.cpp
2 parents 62a24b5 + 8caa60c commit f4a005f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DriverTool/swift_parse_test_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ struct SwiftParserExecutor {
108108
return llvm::Error::success();
109109
#else
110110
return llvm::createStringError(llvm::inconvertibleErrorCode(),
111-
"SwiftParser is not supported")
111+
"SwiftParser is not supported");
112112
#endif
113113
}
114114
};

0 commit comments

Comments
 (0)