Skip to content

Commit 4ecebcf

Browse files
committed
swift test --generate-linuxmain
1 parent 165daef commit 4ecebcf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Tests/CorePromise/XCTestManifests.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,10 @@ extension WhenTests {
256256
("testDoubleTuple", testDoubleTuple),
257257
("testDoubleTupleGuarantees", testDoubleTupleGuarantees),
258258
("testEmpty", testEmpty),
259-
("testGuaranteeWhen", testGuaranteeWhen),
259+
("testGuaranteesWhenArray", testGuaranteesWhenArray),
260+
("testGuaranteesWhenVarArgs", testGuaranteesWhenVarArgs),
261+
("testGuaranteesWhenVoidArray", testGuaranteesWhenVoidArray),
262+
("testGuaranteesWhenVoidVarArgs", testGuaranteesWhenVoidVarArgs),
260263
("testInt", testInt),
261264
("testProgress", testProgress),
262265
("testProgressDoesNotExceed100Percent", testProgressDoesNotExceed100Percent),

0 commit comments

Comments
 (0)