Skip to content

Commit 86ed257

Browse files
authored
Merge pull request #2001 from swiftwasm/release/5.3
[pull] swiftwasm-release/5.3 from release/5.3
2 parents fb5b040 + 9434072 commit 86ed257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def get_simulator_command(run_os, run_cpu, sdk_path):
122122
elif run_os == 'tvos':
123123
return "simctl spawn --standalone 'Apple TV 4K'"
124124
elif run_os == 'watchos':
125-
return "simctl spawn --standalone 'Apple Watch Series 4 - 44mm'"
125+
return "simctl spawn --standalone 'Apple Watch Series 5 - 44mm'"
126126
else:
127127
lit_config.fatal("Unknown simulator OS %r" % run_os)
128128

0 commit comments

Comments
 (0)