Skip to content

Commit

Permalink
Update expect test outputs for test/core/QCheck_expect_test.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Dec 6, 2024
1 parent d1c1fee commit c09f43b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/core/QCheck_expect_test.expected.ocaml4.32
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ Test fail_pred_map_commute failed (47 shrink steps):

Test fail_pred_strings failed (1 shrink steps):

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

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

Expand Down
2 changes: 1 addition & 1 deletion test/core/QCheck_expect_test.expected.ocaml4.64
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ Test fail_pred_map_commute failed (77 shrink steps):

Test fail_pred_strings failed (1 shrink steps):

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

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

Expand Down
2 changes: 1 addition & 1 deletion test/core/QCheck_expect_test.expected.ocaml5.32
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ Test fail_pred_map_commute failed (47 shrink steps):

Test fail_pred_strings failed (1 shrink steps):

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

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

Expand Down
2 changes: 1 addition & 1 deletion test/core/QCheck_expect_test.expected.ocaml5.64
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ Test fail_pred_map_commute failed (79 shrink steps):

Test fail_pred_strings failed (1 shrink steps):

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

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

Expand Down

0 comments on commit c09f43b

Please sign in to comment.