Skip to content

Commit

Permalink
swift test --generate-linuxmain
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPodymov committed Jan 20, 2023
1 parent a75f34f commit 2d77dc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/CorePromise/XCTestManifests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,12 @@ extension WhenTests {
("testProgress", testProgress),
("testProgressDoesNotExceed100Percent", testProgressDoesNotExceed100Percent),
("testQuadrupleTuple", testQuadrupleTuple),
("testQuadrupleTupleGuarantees", testQuadrupleTupleGuarantees),
("testQuintupleTuple", testQuintupleTuple),
("testQuintupleTupleGuarantees", testQuintupleTupleGuarantees),
("testRejected", testRejected),
("testTripleTuple", testTripleTuple),
("testTripleTupleGuarantees", testTripleTupleGuarantees),
("testUnhandledErrorHandlerDoesNotFire", testUnhandledErrorHandlerDoesNotFire),
("testUnhandledErrorHandlerDoesNotFireForStragglers", testUnhandledErrorHandlerDoesNotFireForStragglers),
("testVoid", testVoid),
Expand Down

0 comments on commit 2d77dc2

Please sign in to comment.