summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocamlopt-stop-after/stop_after_scheduling.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/tool-ocamlopt-stop-after/stop_after_scheduling.ml')
-rw-r--r--testsuite/tests/tool-ocamlopt-stop-after/stop_after_scheduling.ml16
1 files changed, 8 insertions, 8 deletions
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 *)