Skip to content

Commit 7b07669

Browse files
committed
Fix typo
1 parent 39e2c37 commit 7b07669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/ExitTests/WaitFor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ private nonisolated(unsafe) let _childProcessContinuations = {
8686
makingHeaderWith: { _ in [:] }
8787
)
8888

89-
result.withUnsafeMutablePointers { sectionBounds, lock in
89+
result.withUnsafeMutablePointers { _, lock in
9090
_ = pthread_mutex_init(lock, nil)
9191
}
9292

0 commit comments

Comments
 (0)