Skip to content

Commit 6a2ad66

Browse files
committed
Fix typo
1 parent 989ab32 commit 6a2ad66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/Testing/Issues/Issue+Recording.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ extension Issue {
202202
#if !SWT_FIXED_SWIFTPM_8111 && os(Windows)
203203
@inline(never)
204204
@_spi(__Workaround8111)
205-
func failureBreakpoint() {
205+
public func failureBreakpoint() {
206206
failureBreakpointValue = 0
207207
}
208208
#else

0 commit comments

Comments
 (0)