Skip to content

Commit 609d1fc

Browse files
authored
Merge pull request #3387 from moiseev/more-intents
2 parents 70e35a0 + 6dc866f commit 609d1fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/1_stdlib/Intents.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
// UNSUPPORTED: OS=watchos
66
// UNSUPPORTED: OS=tvos
77

8-
// XFAIL: OS=macosx
8+
// FIXME: due to the lack of availability attributes in the SDK this test does
9+
// not fail on macOS Sierra, but does fail on El Capitan. Marking macOS
10+
// as unsupported for now.
11+
// UNSUPPORTED: OS=macosx
912

1013
import Intents
1114
import StdlibUnittest

0 commit comments

Comments
 (0)