Skip to content

Commit fcc3d12

Browse files
committed
sigh
1 parent d1997b2 commit fcc3d12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/TestingMacros/Support/TestContentGeneration.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ func makeTestContentRecordDecl(named name: TokenSyntax, in typeName: TypeSyntax?
6767
private nonisolated \(staticKeyword(for: typeName)) let \(name): Testing.__TestContentRecord = (
6868
\(kindExpr), \(kind.commentRepresentation)
6969
0,
70-
\(accessorExpr),
70+
{ outValue, type, hint, _ in
71+
\(accessorExpr)
72+
},
7173
\(contextExpr),
7274
0
7375
)

0 commit comments

Comments
 (0)