Skip to content

Commit

Permalink
fix 4.12 test
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jul 29, 2024
1 parent f8e2182 commit c8b1821
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/4.12/reasonComments-re.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -758,10 +758,10 @@ Print the formatted file
};
/** doc let */
let letter: q = {
a: 42,
b: "answer",
};
let letter: q = {
a: 42,
b: "answer",
};

Type-check basics
$ ocamlc -c -pp 'refmt --print binary' -intf-suffix .rei -impl formatted.re
Expand Down

0 comments on commit c8b1821

Please sign in to comment.