Skip to content

Commit 4e08e88

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#369 from apple/xfail-cleanup
Remove unnecessary xfail for Kickstarter
2 parents 7355781 + d2c16ec commit 4e08e88

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

projects.json

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,36 +1144,14 @@
11441144
"scheme": "ReactiveExtensions-iOS",
11451145
"destination": "generic/platform=iOS",
11461146
"configuration": "Release",
1147-
"tags": "sourcekit",
1148-
"xfail": {
1149-
"compatibility": {
1150-
"3.0": {
1151-
"branch": {
1152-
"master": "https://bugs.swift.org/browse/SR-8270",
1153-
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-8270",
1154-
"swift-5.1-branch": "https://bugs.swift.org/browse/SR-8270"
1155-
}
1156-
}
1157-
}
1158-
}
1147+
"tags": "sourcekit"
11591148
},
11601149
{
11611150
"action": "BuildXcodeProjectScheme",
11621151
"project": "ReactiveExtensions.xcodeproj",
11631152
"scheme": "ReactiveExtensions-TestHelpers-iOS",
11641153
"destination": "generic/platform=iOS",
1165-
"configuration": "Release",
1166-
"xfail": {
1167-
"compatibility": {
1168-
"3.0": {
1169-
"branch": {
1170-
"master": "https://bugs.swift.org/browse/SR-8270",
1171-
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-8270",
1172-
"swift-5.1-branch": "https://bugs.swift.org/browse/SR-8270"
1173-
}
1174-
}
1175-
}
1176-
}
1154+
"configuration": "Release"
11771155
}
11781156
]
11791157
},

0 commit comments

Comments
 (0)