Skip to content

Commit f961ef8

Browse files
committed
test: fix typo in windows test configuration
Fix a silly typo that I missed during the last synchronisation across Windows to Linux.
1 parent e57ba99 commit f961ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ elif run_os in ['windows-msvc']:
846846
config.target_swift_ide_test = \
847847
('%r -target %s %s %s %s' % (config.swift_ide_test, \
848848
config.variant_triple, \
849-
resource_dir_opt, pcp_opt, ccp_opt))
849+
resource_dir_opt, mcp_opt, ccp_opt))
850850

851851
subst_target_swift_ide_test_mock_sdk = config.target_swift_ide_test
852852
subst_target_swift_ide_test_mock_sdk_after = ''

0 commit comments

Comments
 (0)