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 7ca953a commit 97dc280Copy full SHA for 97dc280
Sources/Testing/ExitTests/ExitTest.swift
@@ -525,11 +525,11 @@ func callExitTest(
525
}
526
527
// Plumb the exit test's result through the general expectation machinery.
528
- let expression = __Expression(String(describingForTest: expectedExitCondition))
529
return __checkValue(
530
expectedExitCondition.isApproximatelyEqual(to: result.exitStatus),
531
expression: expression,
532
expressionWithCapturedRuntimeValues: expression.capturingRuntimeValues(result.exitStatus),
+ mismatchedExitConditionDescription: String(describingForTest: expectedExitCondition),
533
comments: comments(),
534
isRequired: isRequired,
535
sourceLocation: sourceLocation
0 commit comments