Skip to content

Commit 8caa60c

Browse files
authored
Update swift_parse_test_main.cpp
Add missing `;`
1 parent 9291c25 commit 8caa60c

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)