summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-debugger/no_debug_event/noev.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/tool-debugger/no_debug_event/noev.ml')
-rw-r--r--testsuite/tests/tool-debugger/no_debug_event/noev.ml48
1 files changed, 24 insertions, 24 deletions
diff --git a/testsuite/tests/tool-debugger/no_debug_event/noev.ml b/testsuite/tests/tool-debugger/no_debug_event/noev.ml
index 4eb334ea84..746b310b96 100644
--- a/testsuite/tests/tool-debugger/no_debug_event/noev.ml
+++ b/testsuite/tests/tool-debugger/no_debug_event/noev.ml
@@ -1,28 +1,28 @@
(* TEST
-readonly_files = "a.ml b.ml"
-ocamldebug_script = "${test_source_directory}/input_script"
-* debugger
-** shared-libraries
-*** setup-ocamlc.byte-build-env
-**** ocamlc.byte
-module = "a.ml"
-flags = "-g -for-pack foo"
-***** ocamlc.byte
-module = ""
-all_modules = "a.cmo"
-program = "foo.cmo"
-flags = "-g -pack"
-****** ocamlc.byte
-module = "b.ml"
-flags = " -g "
-******* ocamlc.byte
-module = ""
-flags = " -g "
-all_modules = "foo.cmo b.cmo"
-program = "${test_build_directory}/noev.exe"
-******** check-ocamlc.byte-output
-********* ocamldebug
-********** check-program-output
+ readonly_files = "a.ml b.ml";
+ ocamldebug_script = "${test_source_directory}/input_script";
+ debugger;
+ shared-libraries;
+ setup-ocamlc.byte-build-env;
+ module = "a.ml";
+ flags = "-g -for-pack foo";
+ ocamlc.byte;
+ module = "";
+ all_modules = "a.cmo";
+ program = "foo.cmo";
+ flags = "-g -pack";
+ ocamlc.byte;
+ module = "b.ml";
+ flags = " -g ";
+ ocamlc.byte;
+ module = "";
+ flags = " -g ";
+ all_modules = "foo.cmo b.cmo";
+ program = "${test_build_directory}/noev.exe";
+ ocamlc.byte;
+ check-ocamlc.byte-output;
+ ocamldebug;
+ check-program-output;
*)
(* This file only contains the specification of how to run the test *)