We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54c9d5 commit f48b44eCopy full SHA for f48b44e
Sources/Testing/Running/Configuration.swift
@@ -217,7 +217,7 @@ public struct Configuration: Sendable {
217
/// When using the `swift test` command from Swift Package Manager, this
218
/// property is pre-configured. Otherwise, the default value of this property
219
/// records an issue indicating that it has not been configured.
220
- public var exitTestHandler: ExitTest.Handler = { _ in
+ public var exitTestHandler: ExitTest.Handler = { exitTest in
221
throw SystemError(description: "Exit test support has not been implemented by the current testing infrastructure.")
222
}
223
#endif
0 commit comments