Skip to content

Commit aaa2418

Browse files
committed
[lit] Set the use_os_stdlib feature flag in local backdeployment tests, too
1 parent 2207151 commit aaa2418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/lit.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,6 +1461,7 @@ if not kIsWindows:
14611461
"SIMCTL_CHILD_DYLD_LIBRARY_PATH='{0}' " # Simulator option
14621462
.format(target_stdlib_path, libdispatch_path)) + config.target_run
14631463
else:
1464+
config.available_features.add('use_os_stdlib')
14641465
os_stdlib_path = ''
14651466
if run_vendor == 'apple':
14661467
#If we get swift-in-the-OS for non-Apple platforms, add a condition here

0 commit comments

Comments
 (0)