Skip to content

Commit a4c7cad

Browse files
committed
test: attempt to fix windows builder
1 parent 22bfebe commit a4c7cad

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
@@ -991,7 +991,7 @@ elif run_os in ['windows-msvc']:
991991
('%r -target %s %s %s %s' % (config.sil_opt, config.variant_triple, \
992992
resource_dir_opt, mcp_opt, \
993993
config.sil_test_options))
994-
config.target_swift_symbol_graph_extract = \
994+
config.target_swift_symbolgraph_extract = \
995995
('%r -target %s %s' % (config.swift_symbolgraph_extract, \
996996
config.variant_triple, \
997997
mcp_opt))

0 commit comments

Comments
 (0)