We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#_sourceLocation
1 parent 9d1bb5f commit 47b127fCopy full SHA for 47b127f
Sources/Testing/ExitTests/ExitTest.swift
@@ -470,7 +470,7 @@ extension ExitTest {
470
} catch {
471
// NOTE: an error caught here indicates an I/O problem.
472
// TODO: should we record these issues as systemic instead?
473
- Issue.record(error)
+ Issue(for: error).record()
474
return
475
}
476
@@ -482,7 +482,7 @@ extension ExitTest {
482
483
// NOTE: an error caught here indicates a decoding problem.
484
485
486
487
488
0 commit comments