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 2eb7d3d commit 96a4f05Copy full SHA for 96a4f05
Sources/Testing/EntryPoints/EntryPoint.swift
@@ -27,7 +27,7 @@ private import _TestingInternals
27
/// External callers cannot call this function directly. The can use
28
/// ``copyABIEntryPoint_v0()`` to get a reference to an ABI-stable version of
29
/// this function.
30
-func entryPoint(passing args: consuming __CommandLineArguments_v0?, eventHandler: Event.Handler?) async -> CInt {
+func entryPoint(passing args: __CommandLineArguments_v0?, eventHandler: Event.Handler?) async -> CInt {
31
let exitCode = Locked(rawValue: EXIT_SUCCESS)
32
33
do {
0 commit comments