File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -638,15 +638,12 @@ if run_vendor == 'apple':
638
638
elif run_os == 'ios' or run_os == 'tvos' or run_os == 'watchos' :
639
639
# iOS/tvOS/watchOS simulator
640
640
if run_os == 'ios' :
641
- config .available_features ('DARWIN_SIMULATOR=ios' )
642
641
lit_config .note ("Testing iOS simulator " + config .variant_triple )
643
642
xcrun_sdk_name = "iphonesimulator"
644
643
elif run_os == 'watchos' :
645
- config .available_features ('DARWIN_SIMULATOR=watchos' )
646
644
lit_config .note ("Testing watchOS simulator " + config .variant_triple )
647
645
xcrun_sdk_name = "watchsimulator"
648
646
else :
649
- config .available_features ('DARWIN_SIMULATOR=tvos' )
650
647
lit_config .note ("Testing AppleTV simulator " + config .variant_triple )
651
648
xcrun_sdk_name = "appletvsimulator"
652
649
You can’t perform that action at this time.
0 commit comments