Skip to content

Commit

Permalink
vfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
syrmel committed Jan 31, 2024
1 parent eea4543 commit 9f31c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/testing/testrig.v
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub fn (rig TestRig) assert_same_results(args string) {
}
if gnu_coreutils_installed {
// aim for 1:1 output compatibility:
assert cmd1_res.exit_code == cmd2_res.exit_code
assert cmd1_res.exit_code == cmd2_res.exit_code
assert cmd1_output == cmd2_output
}

Expand Down Expand Up @@ -113,7 +113,7 @@ pub fn (rig TestRig) assert_same_results(args string) {
// in all other cases, compare the normalised output (less strict):
}
}
assert cmd1_res.exit_code == cmd2_res.exit_code
assert cmd1_res.exit_code == cmd2_res.exit_code
assert noutput1 == noutput2
}

Expand Down

0 comments on commit 9f31c37

Please sign in to comment.