summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocamlopt-stop-after
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/tool-ocamlopt-stop-after')
-rw-r--r--testsuite/tests/tool-ocamlopt-stop-after/stop_after_lambda.ml12
-rw-r--r--testsuite/tests/tool-ocamlopt-stop-after/stop_after_scheduling.ml16
2 files changed, 14 insertions, 14 deletions
diff --git a/testsuite/tests/tool-ocamlopt-stop-after/stop_after_lambda.ml b/testsuite/tests/tool-ocamlopt-stop-after/stop_after_lambda.ml
index 591f3d112b..a3f08f4bfc 100644
--- a/testsuite/tests/tool-ocamlopt-stop-after/stop_after_lambda.ml
+++ b/testsuite/tests/tool-ocamlopt-stop-after/stop_after_lambda.ml
@@ -1,10 +1,10 @@
(* TEST
-* no-flambda
-** setup-ocamlopt.byte-build-env
-*** ocamlopt.byte
- flags = "-dlambda -stop-after lambda -nopervasives "
- ocamlopt_byte_exit_status = "0"
-**** check-ocamlopt.byte-output
+ no-flambda;
+ setup-ocamlopt.byte-build-env;
+ flags = "-dlambda -stop-after lambda -nopervasives ";
+ ocamlopt_byte_exit_status = "0";
+ ocamlopt.byte;
+ check-ocamlopt.byte-output;
*)
(* no-flambda: the -lambda output differs with flambda, and
diff --git a/testsuite/tests/tool-ocamlopt-stop-after/stop_after_scheduling.ml b/testsuite/tests/tool-ocamlopt-stop-after/stop_after_scheduling.ml
index dfa97ffd68..d446248f1b 100644
--- a/testsuite/tests/tool-ocamlopt-stop-after/stop_after_scheduling.ml
+++ b/testsuite/tests/tool-ocamlopt-stop-after/stop_after_scheduling.ml
@@ -1,12 +1,12 @@
(* TEST
- * native-compiler
- ** setup-ocamlopt.byte-build-env
- *** ocamlopt.byte
- flags = "-stop-after scheduling -S"
- ocamlopt_byte_exit_status = "0"
- **** check-ocamlopt.byte-output
- ***** script
- script = "sh ${test_source_directory}/stop_after_scheduling.sh"
+ native-compiler;
+ setup-ocamlopt.byte-build-env;
+ flags = "-stop-after scheduling -S";
+ ocamlopt_byte_exit_status = "0";
+ ocamlopt.byte;
+ check-ocamlopt.byte-output;
+ script = "sh ${test_source_directory}/stop_after_scheduling.sh";
+ script;
*)
(* this file is just a test driver, the test does not contain real OCaml code *)