Skip to content

Commit

Permalink
Use full output lines in ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws committed Jan 3, 2024
1 parent 1dda0ed commit fc08166
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/ui/should-panic-attribute/expected-panics/expected
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Failed Checks: panicked on the `if` branch!
Failed Checks: panicked on the `else` branch!
GLOBAL CONDITIONS:\
- should_panic: SUCCESS
- should_panic: SUCCESS (encountered one or more panics as expected)
VERIFICATION:- SUCCESSFUL
2 changes: 1 addition & 1 deletion tests/ui/should-panic-attribute/no-panics/expected
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ check.assertion\
SUCCESS\
assertion failed: 1 + 1 == 2
GLOBAL CONDITIONS:\
- should_panic: FAILURE
- should_panic: FAILURE (encountered no panics, but at least one was expected)
VERIFICATION:- FAILED (one or more global conditions failed)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Status: FAILURE\
Description: "attempt to shift by excessive shift distance"

GLOBAL CONDITIONS:\
- should_panic: FAILURE
- should_panic: FAILURE (encountered failures other than panics, which were unexpected)

Failed Checks: panicked on the `1` arm!
Failed Checks: panicked on the `0` arm!
Expand Down

0 comments on commit fc08166

Please sign in to comment.