summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-debugger/no_debug_event/noev.ml
diff options
context:
space:
mode:
authorNick Barnes <nick@tarides.com>2023-05-02 21:16:12 +0100
committerNick Barnes <nick@tarides.com>2023-05-02 21:16:12 +0100
commitd3a5c923939a1fc03cc14c005d61210d8c3bd546 (patch)
tree5459de2b7b6cbaa1167d18224f1ea5d256e2f3f7 /testsuite/tests/tool-debugger/no_debug_event/noev.ml
parentad111da274b58d82249f92b8c79ee252bf25525b (diff)
parent23dab79a4e42856aa33816b9c79c3d4d79959cb9 (diff)
downloadocaml-d3a5c923939a1fc03cc14c005d61210d8c3bd546.tar.gz
Merge branch 'trunk' into nick-get-copy
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 *)