Skip to content

Commit 96a4f05

Browse files
committed
Revert workaround for Windows 5.10 toolchain issue
1 parent 2eb7d3d commit 96a4f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/EntryPoints/EntryPoint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private import _TestingInternals
2727
/// External callers cannot call this function directly. The can use
2828
/// ``copyABIEntryPoint_v0()`` to get a reference to an ABI-stable version of
2929
/// this function.
30-
func entryPoint(passing args: consuming __CommandLineArguments_v0?, eventHandler: Event.Handler?) async -> CInt {
30+
func entryPoint(passing args: __CommandLineArguments_v0?, eventHandler: Event.Handler?) async -> CInt {
3131
let exitCode = Locked(rawValue: EXIT_SUCCESS)
3232

3333
do {

0 commit comments

Comments
 (0)