Fix tests

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-08-31 15:47:43 +03:00
parent 96e3448228
commit 8449b46bc1
1 changed files with 6 additions and 0 deletions

View File

@ -2,3 +2,9 @@
File "fooexe.ml", line 3, characters 0-7:
Error (warning 3): deprecated: module Bar
Will be removed past 2020-20-20. Use Mylib.Bar instead.
File "fooexe.ml", line 4, characters 0-7:
Error (warning 3): deprecated: module Foo
Will be removed past 2020-20-20. Use Mylib.Foo instead.
File "fooexe.ml", line 7, characters 11-22:
Error (warning 3): deprecated: module Intf_only
Will be removed past 2020-20-20. Use Mylib.Intf_only instead.