Skip to content

Commit 08ea62d

Browse files
committed
Fix json test on older OCamls
1 parent 503a2e8 commit 08ea62d

File tree

1 file changed

+2
-2
lines changed
  • test/integration/json_expansion.t

1 file changed

+2
-2
lines changed

test/integration/json_expansion.t/run.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Test the JSON output in the presence of expanded modules.
22

3-
$ ocamlc -c -o main__A.cmo a.ml -bin-annot -I .
4-
$ ocamlc -c main.ml -bin-annot -I .
3+
$ ocamlc -c -bin-annot -o main__A.cmo a.ml -I .
4+
$ ocamlc -c -bin-annot main.ml -I .
55
$ odoc compile -I . main__A.cmt
66
$ odoc compile -I . main.cmt
77
$ odoc link -I . main.odoc

0 commit comments

Comments
 (0)