summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-sigsubst/test_locations.ml
blob: 3ad1898195122c86440d4109fb5490e17aee5d6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
(* TEST
 readonly_files = "test_functor.ml test_loc_modtype_type_eq.ml \
   test_loc_modtype_type_subst.ml test_loc_type_eq.ml test_loc_type_subst.ml \
   mpr7852.mli";
 setup-ocamlc.byte-build-env;
 {
   module = "test_functor.ml";
   ocamlc.byte;
 }{
   module = "test_loc_type_eq.ml";
   ocamlc_byte_exit_status = "2";
   ocamlc.byte;
 }{
   module = "test_loc_modtype_type_eq.ml";
   ocamlc_byte_exit_status = "2";
   ocamlc.byte;
 }{
   module = "test_loc_type_subst.ml";
   ocamlc_byte_exit_status = "2";
   ocamlc.byte;
 }{
   module = "test_loc_modtype_type_subst.ml";
   ocamlc_byte_exit_status = "2";
   ocamlc.byte;
 }{
   check-ocamlc.byte-output;
 }{
   flags = "-w +32";
   module = "mpr7852.mli";
   ocamlc_byte_exit_status = "0";
   ocamlc.byte;
 }{
   check-ocamlc.byte-output;
 }
*)