Skip to content

Commit 8164fa2

Browse files
authored
Merge pull request #17757 from apple/shahmishal/4.2/update-watchOS-sim
2 parents 1e2dc99 + f2495ac commit 8164fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def get_simulator_command(run_os, run_cpu, sdk_path):
117117
elif run_os == 'tvos':
118118
return "simctl spawn 'Apple TV 4K'"
119119
elif run_os == 'watchos':
120-
return "simctl spawn 'Apple Watch - 42mm'"
120+
return "simctl spawn 'Apple Watch Series 3 - 38mm'"
121121
else:
122122
lit_config.fatal("Unknown simulator OS %r" % run_os)
123123

0 commit comments

Comments
 (0)