Skip to content

Commit 612c5e1

Browse files
authored
Merge pull request swiftlang#20909 from compnerd/typo
test: correct lit configuration typo
2 parents cc4f398 + 054d76c commit 612c5e1

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
@@ -833,7 +833,7 @@ elif run_os in ['windows-msvc']:
833833
subst_target_swift_frontend_mock_sdk_after = ''
834834

835835
config.target_build_swift_dylib = \
836-
("%r -parse-as-library -emit-librar -o '\\1'" % (config.target_build_swift))
836+
("%r -parse-as-library -emit-library -o '\\1'" % (config.target_build_swift))
837837
config.target_clang = \
838838
('clang++ -target %s %s' % (config.variant_triple, clang_mcp_opt))
839839
config.target_ld = \

0 commit comments

Comments
 (0)