Skip to content

Commit d17602a

Browse files
authored
[test] Un-XFAIL a test for watchOS (#22813)
Whatever bug is happening in https://bugs.swift.org/browse/SR-9847, the watchOS overlays aren't hitting it. rdar://problem/48280638
1 parent d60c4fe commit d17602a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/SIL/verify_all_overlays.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# REQUIRES: long_test
66
# REQUIRES: nonexecutable_test
77

8-
# XFAIL: OS=macosx || OS=ios || OS=tvos || OS=watchos
8+
# XFAIL: OS=macosx || OS=ios || OS=tvos
99
# https://bugs.swift.org/browse/SR-9847
1010

1111
from __future__ import print_function

0 commit comments

Comments
 (0)