Skip to content

Commit 962ce48

Browse files
committed
[Apple Silicon] Remove tvOS/watchOS simulator from Driver/linker test
1 parent f3a6146 commit 962ce48

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/Driver/linker.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@
115115

116116
// Check arm64 simulators first deployment version adjustment.
117117
// RUN: %swiftc_driver -sdk "" -driver-print-jobs -target arm64-apple-ios13.0-simulator %s 2>&1 | %FileCheck -check-prefix ARM64_IOS_SIMULATOR_LINKER %s
118-
// RUN: %swiftc_driver -sdk "" -driver-print-jobs -target arm64-apple-tvos13.0-simulator %s 2>&1 | %FileCheck -check-prefix ARM64_TVOS_SIMULATOR_LINKER %s
119-
// RUN: %swiftc_driver -sdk "" -driver-print-jobs -target arm64-apple-watchos5.0-simulator %s 2>&1 | %FileCheck -check-prefix ARM64_WATCHOS_SIMULATOR_LINKER %s
120118

121119

122120
// MACOS_10_15: -platform_version macos 10.9.0 10.15.0
@@ -127,8 +125,6 @@
127125
// X86_MACOS11_LINKER: -platform_version macos 10.16.0
128126
// X86_64_WATCHOS_SIM_LINKER: -platform_version watchos-simulator 7.0.0
129127
// ARM64_IOS_SIMULATOR_LINKER: -platform_version ios-simulator 14.0.0
130-
// ARM64_TVOS_SIMULATOR_LINKER: -platform_version tvos-simulator 14.0.0
131-
// ARM64_WATCHOS_SIMULATOR_LINKER: -platform_version watchos-simulator 7.0.0
132128

133129
// There are more RUN lines further down in the file.
134130

0 commit comments

Comments
 (0)