File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ extension ExitTest {
274274 /// - ``failure``
275275 /// - ``exitCode(_:)``
276276 /// - ``signal(_:)``
277- public struct Condition : Sendable {
277+ public struct Condition : Sendable , CustomStringConvertible {
278278 /// A condition that matches when a process terminates successfully with exit
279279 /// code `EXIT_SUCCESS`.
280280 ///
@@ -351,7 +351,7 @@ by the `StatusAtExit` enumeration:
351351#if SWT_NO_PROCESS_SPAWNING
352352@available (* , unavailable , message : " Exit tests are not available on this platform." )
353353#endif
354- public enum StatusAtExit : Sendable {
354+ public enum StatusAtExit : Sendable , Equatable , CustomStringConvertible {
355355 /// The process terminated with the given exit code.
356356 ///
357357 /// [...]
You can’t perform that action at this time.
0 commit comments