Skip to content

Commit 34a2cc1

Browse files
author
Dave Abrahams
authored
Merge pull request swiftlang#58 from rjmccall/un-xfail
Un-XFAIL vapor, Kitura.
2 parents 3dfea80 + 8ac242c commit 34a2cc1

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

projects.json

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -806,16 +806,7 @@
806806
"actions": [
807807
{
808808
"action": "BuildSwiftPackage",
809-
"configuration": "release",
810-
"xfail": {
811-
"compatibility": {
812-
"3.0": {
813-
"branch": {
814-
"master": "https://bugs.swift.org/browse/SR-5482"
815-
}
816-
}
817-
}
818-
}
809+
"configuration": "release"
819810
}
820811
]
821812
},
@@ -2318,16 +2309,7 @@
23182309
"actions": [
23192310
{
23202311
"action": "BuildSwiftPackage",
2321-
"configuration": "release",
2322-
"xfail": {
2323-
"compatibility": {
2324-
"3.0": {
2325-
"branch": {
2326-
"master": "https://bugs.swift.org/browse/SR-5482"
2327-
}
2328-
}
2329-
}
2330-
}
2312+
"configuration": "release"
23312313
}
23322314
]
23332315
}

0 commit comments

Comments
 (0)