summaryrefslogtreecommitdiff
path: root/testsuite/tests/no-alias-deps/aliases.compilers.reference
blob: 5e421986cdc5ba952036539951632b33682e0ba6 (plain)
1
2
3
4
5
6
7
8
9
File "aliases.ml", line 17, characters 12-13:
17 | module A' = A (* missing a.cmi *)
                 ^
Warning 49 [no-cmi-file]: no cmi file was found in path for module A
File "aliases.ml", line 18, characters 12-13:
18 | module B' = B (* broken b.cmi *)
                 ^
Warning 49 [no-cmi-file]: no valid cmi file was found in path for module B. b.cmi
is not a compiled interface