We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78980f4 commit fbcd71dCopy full SHA for fbcd71d
build_script.py
@@ -185,7 +185,7 @@ def build(args):
185
"-module-name XCTest -module-link-name XCTest -parse-as-library "
186
"-emit-module-path {build_dir}/XCTest.swiftmodule "
187
"-force-single-frontend-invocation "
188
- "-swift-version 3"
+ "-swift-version 3 "
189
"-I {foundation_build_dir} -I {core_foundation_build_dir} "
190
"{libdispatch_args} "
191
"{source_paths} -o {build_dir}/XCTest.o".format(
0 commit comments