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 9d30f92 commit 2d04087Copy full SHA for 2d04087
Sources/Testing/Testing.swift
@@ -21,5 +21,5 @@ import CRT
21
// This function is used to mimic a bare minimum of the swift-testing library. Since this package has no swift-testing tests, we simply exit.
22
// The test runner will automatically call this function when running tests, so it must exit gracefully rather than using `fatalError()`.
23
public func __swiftPMEntryPoint(passing _: (any Sendable)? = nil) async -> Never {
24
- exit(0)
+ exit(0)
25
}
0 commit comments