We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503a2e8 commit 08ea62dCopy full SHA for 08ea62d
test/integration/json_expansion.t/run.t
@@ -1,7 +1,7 @@
1
Test the JSON output in the presence of expanded modules.
2
3
- $ ocamlc -c -o main__A.cmo a.ml -bin-annot -I .
4
- $ ocamlc -c main.ml -bin-annot -I .
+ $ ocamlc -c -bin-annot -o main__A.cmo a.ml -I .
+ $ ocamlc -c -bin-annot main.ml -I .
5
$ odoc compile -I . main__A.cmt
6
$ odoc compile -I . main.cmt
7
$ odoc link -I . main.odoc
0 commit comments