Skip to content

Commit

Permalink
qcheck/ounitutil tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
just-max committed Jul 15, 2024
1 parent 7368741 commit 14ed557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test-lib/qCheck_util.ml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let assert_equal
match wrap actual_f with
| Ok (Some x) -> Ok x
| Ok None -> Error (report @@ "Your submission timed out")
| Error { exn = e; _ } ->
| Error Util.{ exn = e; _ } ->
match is_user_fail e with
| Some s -> Error (report s)
| None -> Error (error_msg @@ Printexc.to_string e)
Expand Down

0 comments on commit 14ed557

Please sign in to comment.