Skip to content

Commit b37c453

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#250 from igor-makarov/unxfail-BeaconKit
fix BeaconKit and remove xfail
2 parents c823610 + 46e3034 commit b37c453

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

Diff for: projects.json

+3-21
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"compatibility": [
168168
{
169169
"version": "4.0",
170-
"commit": "189b40655da001a9599337767687857b4cf91b36"
170+
"commit": "6e6b0f86670d357d71db0a60fe3b1bb7d24dac33"
171171
}
172172
],
173173
"platforms": [
@@ -177,29 +177,11 @@
177177
{
178178
"action": "BuildSwiftPackage",
179179
"configuration": "debug",
180-
"tags": "sourcekit",
181-
"xfail": {
182-
"compatibility": {
183-
"4.0": {
184-
"branch": {
185-
"master": "https://bugs.swift.org/browse/SR-8234"
186-
}
187-
}
188-
}
189-
}
180+
"tags": "sourcekit"
190181
},
191182
{
192183
"action": "TestSwiftPackage",
193-
"configuration": "debug",
194-
"xfail": {
195-
"compatibility": {
196-
"4.0": {
197-
"branch": {
198-
"master": "https://bugs.swift.org/browse/SR-8234"
199-
}
200-
}
201-
}
202-
}
184+
"configuration": "debug"
203185
}
204186
]
205187
},

0 commit comments

Comments
 (0)