Skip to content

Commit ad9119f

Browse files
committed
fix typo in lit config
1 parent 78a81f9 commit ad9119f

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
@@ -631,7 +631,7 @@ config.substitutions.append(('%clang-importer-sdk-concurrency-owned-job-param',
631631
# FIXME: BEGIN -enable-source-import hackaround
632632
config.substitutions.append(('%clang-importer-sdk-concurrency-consuming-job-param-path',
633633
'%r' % (make_path(config.test_source_root, 'Inputs', 'clang-importer-sdk'))))
634-
config.substitutions.append(('%clang-importer-sdk-concurrency-owned-job-param-nosource',
634+
config.substitutions.append(('%clang-importer-sdk-concurrency-consuming-job-param-nosource',
635635
'-sdk %r' % (make_path(config.test_source_root, 'Inputs', 'clang-importer-sdk'))))
636636
# FIXME: END -enable-source-import hackaround
637637
config.substitutions.append(('%clang-importer-sdk-concurrency-consuming-job-param',

0 commit comments

Comments
 (0)