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.
2 parents 022ade1 + f961ef8 commit a8ce65bCopy full SHA for a8ce65b
test/lit.cfg
@@ -846,7 +846,7 @@ elif run_os in ['windows-msvc']:
846
config.target_swift_ide_test = \
847
('%r -target %s %s %s %s' % (config.swift_ide_test, \
848
config.variant_triple, \
849
- resource_dir_opt, pcp_opt, ccp_opt))
+ resource_dir_opt, mcp_opt, ccp_opt))
850
851
subst_target_swift_ide_test_mock_sdk = config.target_swift_ide_test
852
subst_target_swift_ide_test_mock_sdk_after = ''
0 commit comments