Skip to content

Commit 4a43b6a

Browse files
authored
Fix missing comma in lit.cfg
1 parent 635854c commit 4a43b6a

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
@@ -1383,7 +1383,7 @@ elif run_os == 'wasi':
13831383
config.swiftc,
13841384
'-target', config.variant_triple,
13851385
'-Xcc', '--sysroot=%s' % config.variant_sdk,
1386-
'-Xclang-linker' '--sysroot=%s' % config.variant_sdk,
1386+
'-Xclang-linker', '--sysroot=%s' % config.variant_sdk,
13871387
'-tools-directory', tools_directory,
13881388
'-toolchain-stdlib-rpath', resource_dir_opt,
13891389
mcp_opt, config.swift_test_options,

0 commit comments

Comments
 (0)