summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocaml-annot/failure.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/tool-ocaml-annot/failure.ml')
-rw-r--r--testsuite/tests/tool-ocaml-annot/failure.ml26
1 files changed, 13 insertions, 13 deletions
diff --git a/testsuite/tests/tool-ocaml-annot/failure.ml b/testsuite/tests/tool-ocaml-annot/failure.ml
index fd9ad0fbe6..4afef598f6 100644
--- a/testsuite/tests/tool-ocaml-annot/failure.ml
+++ b/testsuite/tests/tool-ocaml-annot/failure.ml
@@ -1,17 +1,17 @@
(* TEST
-
-flags = "-annot"
-script = "sh ${test_source_directory}/check-annot.sh failure"
-ocamlc_byte_exit_status = "2"
-ocamlopt_byte_exit_status = "2"
-
-* setup-ocamlc.byte-build-env
-** ocamlc.byte
-*** script
-
-* setup-ocamlopt.byte-build-env
-** ocamlopt.byte
-*** script
+ flags = "-annot";
+ script = "sh ${test_source_directory}/check-annot.sh failure";
+ ocamlc_byte_exit_status = "2";
+ ocamlopt_byte_exit_status = "2";
+ {
+ setup-ocamlc.byte-build-env;
+ ocamlc.byte;
+ script;
+ }{
+ setup-ocamlopt.byte-build-env;
+ ocamlopt.byte;
+ script;
+ }
*)
(* Check that .annot files are emitted in case of failed compilation. *)