Skip to content

Commit d623460

Browse files
committed
fix typo in lit config
1 parent a98185a commit d623460

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
@@ -647,7 +647,7 @@ config.substitutions.append(('%clang-importer-sdk-concurrency-typealias-struct-j
647647
# FIXME: BEGIN -enable-source-import hackaround
648648
config.substitutions.append(('%clang-importer-sdk-concurrency-consuming-job-param-path',
649649
'%r' % (make_path(config.test_source_root, 'Inputs', 'clang-importer-sdk'))))
650-
config.substitutions.append(('%clang-importer-sdk-concurrency-owned-job-param-nosource',
650+
config.substitutions.append(('%clang-importer-sdk-concurrency-consuming-job-param-nosource',
651651
'-sdk %r' % (make_path(config.test_source_root, 'Inputs', 'clang-importer-sdk'))))
652652
# FIXME: END -enable-source-import hackaround
653653
config.substitutions.append(('%clang-importer-sdk-concurrency-consuming-job-param',

0 commit comments

Comments
 (0)