Skip to content

Commit

Permalink
Merge pull request #406 from dinosaure/fix-502
Browse files Browse the repository at this point in the history
Fix the compilation of alcotest on OCaml 5.2
  • Loading branch information
dinosaure committed Jun 4, 2024
2 parents f508015 + 3777e97 commit c2b42cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alcotest-engine/callsite_loc.412.ml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ let get ?(__FUNCTION__ = "Alcotest_engine__Test.check") () =
None
| Some _ ->
Option.map
(fun { filename; line_number; start_char; end_char = _ } ->
(fun { filename; line_number; start_char; _ } ->
{
Lexing.pos_fname = filename;
pos_lnum = line_number;
Expand Down

0 comments on commit c2b42cb

Please sign in to comment.