Skip to content

Commit 47dbac0

Browse files
authored
Revert "[lit] Add a new feature DARWIN_SIMULATOR so we can use requires lines…"
1 parent c83e890 commit 47dbac0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/lit.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,15 +638,12 @@ if run_vendor == 'apple':
638638
elif run_os == 'ios' or run_os == 'tvos' or run_os == 'watchos':
639639
# iOS/tvOS/watchOS simulator
640640
if run_os == 'ios':
641-
config.available_features('DARWIN_SIMULATOR=ios')
642641
lit_config.note("Testing iOS simulator " + config.variant_triple)
643642
xcrun_sdk_name = "iphonesimulator"
644643
elif run_os == 'watchos':
645-
config.available_features('DARWIN_SIMULATOR=watchos')
646644
lit_config.note("Testing watchOS simulator " + config.variant_triple)
647645
xcrun_sdk_name = "watchsimulator"
648646
else:
649-
config.available_features('DARWIN_SIMULATOR=tvos')
650647
lit_config.note("Testing AppleTV simulator " + config.variant_triple)
651648
xcrun_sdk_name = "appletvsimulator"
652649

0 commit comments

Comments
 (0)