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.
1 parent 8438eda commit ef47833Copy full SHA for ef47833
Tests/TestingTests/ExitTestTests.swift
@@ -22,7 +22,7 @@ private import _TestingInternals
22
#endif
23
24
let exitStatus = ExitStatus.signal(SIGABRT)
25
- if hasSignalNames {
+ if Bool(hasSignalNames) {
26
#expect(String(describing: exitStatus) == ".signal(SIGABRT → \(SIGABRT))")
27
} else {
28
#expect(String(describing: exitStatus) == ".signal(\(SIGABRT))")
0 commit comments