Skip to content

Commit a373b13

Browse files
committed
wip
1 parent 814bce4 commit a373b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/IssueReporting/Internal/SwiftTesting.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ func _currentTest() -> _Test? {
325325
}
326326

327327
return withUnsafePointer(to: function) {
328-
$0.withMemoryRebound(to: (() -> _Test?).self, capacity: 1) {
328+
$0.withMemoryRebound(to: (@Sendable () -> _Test?).self, capacity: 1) {
329329
$0.pointee()
330330
}
331331
}

0 commit comments

Comments
 (0)