Skip to content

Commit 22292b5

Browse files
committed
Add option enable-missing-root-warning, and don't call html-generate
1 parent c0117bb commit 22292b5

File tree

1 file changed

+4
-3
lines changed
  • test/xref2/github_issue_944.t

1 file changed

+4
-3
lines changed

test/xref2/github_issue_944.t/run.t

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ A quick test to repro the issue found in #944
33
$ ocamlc -bin-annot -c foo.mli
44

55
$ odoc compile foo.cmti
6-
$ odoc link foo.odoc
7-
8-
$ odoc html-generate --indent -o html/ foo.odocl
6+
$ odoc link foo.odoc --enable-missing-root-warning
7+
File "foo.odoc":
8+
Warning: Couldn't find the following modules:
9+
Stdlib

0 commit comments

Comments
 (0)