Skip to content

Commit 1a90ecc

Browse files
committed
[Function builders] Remove test case residue.
1 parent 9ffddc9 commit 1a90ecc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/Constraints/function_builder.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ enum Either<T,U> {
66
case second(U)
77
}
88

9-
struct Do<T> {
10-
var value: T
11-
}
12-
139
@_functionBuilder
1410
struct TupleBuilder {
1511
static func buildBlock<T1>(_ t1: T1) -> (T1) {

0 commit comments

Comments
 (0)