mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Update swift_parse_test_main.cpp
Add missing `;`
This commit is contained in:
committed by
GitHub
parent
9291c252d3
commit
8caa60cefa
@@ -108,7 +108,7 @@ struct SwiftParserExecutor {
|
||||
return llvm::Error::success();
|
||||
#else
|
||||
return llvm::createStringError(llvm::inconvertibleErrorCode(),
|
||||
"SwiftParser is not supported")
|
||||
"SwiftParser is not supported");
|
||||
#endif
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user