Skip to content

Commit

Permalink
Revert workaround for Windows 5.10 toolchain issue
Browse files Browse the repository at this point in the history
  • Loading branch information
grynspan committed Jun 12, 2024
1 parent 2eb7d3d commit 96a4f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Testing/EntryPoints/EntryPoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ private import _TestingInternals
/// External callers cannot call this function directly. The can use
/// ``copyABIEntryPoint_v0()`` to get a reference to an ABI-stable version of
/// this function.
func entryPoint(passing args: consuming __CommandLineArguments_v0?, eventHandler: Event.Handler?) async -> CInt {
func entryPoint(passing args: __CommandLineArguments_v0?, eventHandler: Event.Handler?) async -> CInt {
let exitCode = Locked(rawValue: EXIT_SUCCESS)

do {
Expand Down

0 comments on commit 96a4f05

Please sign in to comment.