Skip to content

Commit 9abbd0c

Browse files
adrian-prantlmemfrob
authored and
memfrob
committed
Revert "Update debugserver test for new ostype names"
I accidentally commited this while cherry-picking commits out of my reflog. This reverts commit ae73ab64b66d1889b447303d432f4d217d222def.
1 parent e99f7d8 commit 9abbd0c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -105,19 +105,18 @@ def check_simulator_ostype(self, sdk, platform, arch='x86_64'):
105105
@skipIfRemote
106106
def test_simulator_ostype_ios(self):
107107
self.check_simulator_ostype(sdk='iphonesimulator',
108-
platform='iossimulator')
108+
platform='ios')
109109

110110
@apple_simulator_test('appletv')
111111
@debugserver_test
112112
@skipIfRemote
113113
def test_simulator_ostype_tvos(self):
114114
self.check_simulator_ostype(sdk='appletvsimulator',
115-
platform='tvossimulator')
115+
platform='tvos')
116116

117117
@apple_simulator_test('watch')
118118
@debugserver_test
119119
@skipIfRemote
120120
def test_simulator_ostype_watchos(self):
121121
self.check_simulator_ostype(sdk='watchsimulator',
122-
platform='watchossimulator',
123-
arch='i386')
122+
platform='watchos', arch='i386')

0 commit comments

Comments
 (0)