Skip to content

Commit 7aff82f

Browse files
authored
test: fix comments-ml test (#2904)
1 parent b496603 commit 7aff82f

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

test/comments-ml.t/run.t

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
Format basic
2-
$ refmt --print re ./input.re > ./formatted.re
3-
refmt: FILENAMES… arguments: no './input.re' file
4-
Usage: refmt [OPTION]… [FILENAMES]…
5-
Try 'refmt --help' for more information.
6-
[1]
2+
$ refmt --print re ./input.ml > ./formatted.re
73

84
Type-check basics
95
$ ocamlc -c -pp 'refmt --print binary' -intf-suffix .rei -impl formatted.re
@@ -13,6 +9,3 @@ Format the formatted file back
139

1410
Ensure idempotency: first format and second format are the same
1511
$ diff formatted.re formatted_back.re
16-
0a1
17-
>
18-
[1]

0 commit comments

Comments
 (0)