Skip to content

Commit

Permalink
Update 32-bit outputs for example/QCheck_runner_test.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Dec 6, 2024
1 parent e24a90e commit 6744e17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions example/QCheck_runner_test.expected.ocaml4.32
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ exception Dune__exe__QCheck_runner_test.Error

--- Failure --------------------------------------------------------------------

Test FAIL_pred_map_commute failed (47 shrink steps):
Test FAIL_pred_map_commute failed (48 shrink steps):

([1], {_ -> 0}, {0 -> false; _ -> true})
([1], {_ -> 0}, {1 -> true; _ -> false})

--- Failure --------------------------------------------------------------------

Test FAIL_fun2_pred_strings failed (1 shrink steps):
Test FAIL_fun2_pred_strings failed (2 shrink steps):

{some other string -> false; _ -> true}
{some random string -> true; _ -> false}

--- Failure --------------------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions example/QCheck_runner_test.expected.ocaml5.32
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ Test FAIL_pred_map_commute failed (47 shrink steps):

--- Failure --------------------------------------------------------------------

Test FAIL_fun2_pred_strings failed (1 shrink steps):
Test FAIL_fun2_pred_strings failed (2 shrink steps):

{some other string -> false; _ -> true}
{some random string -> true; _ -> false}

--- Failure --------------------------------------------------------------------

Expand Down

0 comments on commit 6744e17

Please sign in to comment.