Skip to content

Commit e68f15e

Browse files
committed
swift test --generate-linuxmain
1 parent 72bcf5d commit e68f15e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/CorePromise/XCTestManifests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ extension WhenTests {
254254
static let __allTests__WhenTests = [
255255
("testAllSealedRejectedFirstOneRejects", testAllSealedRejectedFirstOneRejects),
256256
("testDoubleTuple", testDoubleTuple),
257+
("testDoubleTupleGuarantees", testDoubleTupleGuarantees),
257258
("testEmpty", testEmpty),
258259
("testGuaranteeWhen", testGuaranteeWhen),
259260
("testInt", testInt),
@@ -266,7 +267,6 @@ extension WhenTests {
266267
("testUnhandledErrorHandlerDoesNotFire", testUnhandledErrorHandlerDoesNotFire),
267268
("testUnhandledErrorHandlerDoesNotFireForStragglers", testUnhandledErrorHandlerDoesNotFireForStragglers),
268269
("testVoid", testVoid),
269-
("testDoubleTupleGuarantees", testDoubleTupleGuarantees),
270270
]
271271
}
272272

0 commit comments

Comments
 (0)