summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-sigsubst/test_locations.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typing-sigsubst/test_locations.ml')
-rw-r--r--testsuite/tests/typing-sigsubst/test_locations.ml57
1 files changed, 33 insertions, 24 deletions
diff --git a/testsuite/tests/typing-sigsubst/test_locations.ml b/testsuite/tests/typing-sigsubst/test_locations.ml
index 4e727100f4..3ad1898195 100644
--- a/testsuite/tests/typing-sigsubst/test_locations.ml
+++ b/testsuite/tests/typing-sigsubst/test_locations.ml
@@ -1,26 +1,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
-** ocamlc.byte
-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"
-** check-ocamlc.byte-output
-** ocamlc.byte
-flags = "-w +32"
-module = "mpr7852.mli"
-ocamlc_byte_exit_status = "0"
-** check-ocamlc.byte-output
+ 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;
+ }
*)