Skip to content

Commit c947c4b

Browse files
committed
Try to work around compiler crash
1 parent ddfe351 commit c947c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/Running/Configuration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public struct Configuration: Sendable {
217217
/// When using the `swift test` command from Swift Package Manager, this
218218
/// property is pre-configured. Otherwise, the default value of this property
219219
/// records an issue indicating that it has not been configured.
220-
public var exitTestHandler: ExitTest.Handler = { _ in
220+
public var exitTestHandler: ExitTest.Handler = { exitTest in
221221
throw SystemError(description: "Exit test support has not been implemented by the current testing infrastructure.")
222222
}
223223
#endif

0 commit comments

Comments
 (0)