Skip to content

Commit

Permalink
Fix for test
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-martinez committed Oct 6, 2021
1 parent ac9970d commit 09914d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/for/for_test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ let () =
| { pstr_desc = Pstr_type (Recursive, [
{ ptype_name = { txt = "t1"; _ }; _};
{ ptype_name = { txt = "t2"; _ }; _};
{ ptype_name = { txt = "t3"; _ }; _}])} -> ()
{ ptype_name = { txt = "t3"; _ }; _}]); _ } -> ()
| _ -> assert false

0 comments on commit 09914d4

Please sign in to comment.