Skip to content

Commit

Permalink
Fix spacing in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Oct 7, 2024
1 parent ecbb7f2 commit ad951f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testing/binaries/tests/mrcalc/calc_mode
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@ verify "mrcalc 5 7 -max" "7"
verify "mrcalc -5 7 -max" "7"
verify "mrcalc 3 3 -max" "3"


verify "mrcalc 0 5 7 -if" "7"
verify "mrcalc 1 5 7 -if" "5"

verify "mrcalc 1 1 3 -replace" "3"
verify "mrcalc 2 1 3 -replace" "2"


verify "mrcalc 4 -sqrt" "2"
verify "mrcalc 10.89 -sqrt" "3.3"
verify "mrcalc 5 3 -pow" "125"
Expand Down Expand Up @@ -122,7 +120,6 @@ verify "mrcalc 1 -asin" "1.5708"
verify "mrcalc 0 -atan" "0"
verify "mrcalc 1 -atan" "0.785398"


verify "mrcalc 0 -cosh" "1"
verify "mrcalc 1 -cosh" "1.54308"
verify "mrcalc 0 -sinh" "0"
Expand Down

0 comments on commit ad951f5

Please sign in to comment.