Skip to content

Commit 9d9e2ee

Browse files
authored
Merge pull request swiftlang#113 from apple/34812868
Resolve Kitura XFAIL
2 parents 10265ed + d066e8f commit 9d9e2ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

projects.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -839,8 +839,8 @@
839839
"branch": "master",
840840
"maintainer": "[email protected]",
841841
"compatibility": {
842-
"3.0": {
843-
"commit": "5ebf8f63fe6ab1fd2f50de860e19a07661fbb974"
842+
"4.0": {
843+
"commit": "edbd229ba8b99db936bc552c8e4f8e190a6dc633"
844844
}
845845
},
846846
"platforms": [
@@ -853,10 +853,10 @@
853853
"configuration": "release",
854854
"xfail": {
855855
"compatibility": {
856-
"3.0": {
856+
"4.0": {
857857
"branch": {
858-
"master": "<rdar://problem/34812868> Kitura is using an old version of SwiftyJSON that references _Incrementable",
859-
"swift-4.1-branch": "<rdar://problem/34812868> Kitura is using an old version of SwiftyJSON that references _Incrementable"
858+
"master": "https://bugs.swift.org/browse/SR-6539",
859+
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6539"
860860
}
861861
}
862862
}

0 commit comments

Comments
 (0)