refresh test output

master
Thomas Refis 2018-10-05 11:16:53 +01:00
parent 058556118b
commit 3b0eae0c57
2 changed files with 3 additions and 9 deletions

View File

@ -46,8 +46,7 @@ Error: Signature mismatch:
val create : elt -> t
is not included in
val create : unit -> t
File "test_loc_type_subst.ml", line 1, characters 11-47:
Expected declaration
File "test_functor.ml", line 5, characters 2-23: Expected declaration
File "test_functor.ml", line 5, characters 2-23: Actual declaration
File "test_loc_modtype_type_subst.ml", line 3, characters 15-42:
Error: Signature mismatch:
@ -63,10 +62,5 @@ Error: Signature mismatch:
val create : elt -> t
is not included in
val create : unit -> t
File "test_loc_modtype_type_subst.ml", line 1, characters 16-52:
Expected declaration
File "test_functor.ml", line 5, characters 2-23: Expected declaration
File "test_functor.ml", line 5, characters 2-23: Actual declaration
File "mpr7852.mli", line 10, characters 2-22:
Warning 32: unused value foo.
File "mpr7852.mli", line 11, characters 2-22:
Warning 32: unused value bar.

View File

@ -21,6 +21,6 @@ ocamlc_byte_exit_status = "2"
** ocamlc.byte
flags = "-w +32"
module = "mpr7852.mli"
ocamlc_byte_exit_status = "2"
ocamlc_byte_exit_status = "0"
** check-ocamlc.byte-output
*)