Skip to content

Commit 7041c62

Browse files
authored
Merge pull request swiftlang#283 from atrick/master
Revert "XFAIL IBAnimatable: SR-9146"
2 parents 655b889 + 5a748d2 commit 7041c62

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

projects.json

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -815,32 +815,14 @@
815815
"scheme": "IBAnimatable",
816816
"destination": "generic/platform=iOS",
817817
"configuration": "Release",
818-
"xfail": {
819-
"compatibility": {
820-
"4.0": {
821-
"branch": {
822-
"master": "https://bugs.swift.org/browse/SR-9146"
823-
}
824-
}
825-
}
826-
},
827818
"tags": "sourcekit sourcekit-smoke"
828819
},
829820
{
830821
"action": "BuildXcodeWorkspaceScheme",
831822
"workspace": "IBAnimatable.xcworkspace",
832823
"scheme": "IBAnimatableApp",
833824
"destination": "generic/platform=iOS",
834-
"configuration": "Release",
835-
"xfail": {
836-
"compatibility": {
837-
"4.0": {
838-
"branch": {
839-
"master": "https://bugs.swift.org/browse/SR-9146"
840-
}
841-
}
842-
}
843-
}
825+
"configuration": "Release"
844826
}
845827
]
846828
},

0 commit comments

Comments
 (0)