summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocamlc-stop-after/stop_after_lambda.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-ocamlc-stop-after/stop_after_lambda.ml
parentad111da274b58d82249f92b8c79ee252bf25525b (diff)
parent23dab79a4e42856aa33816b9c79c3d4d79959cb9 (diff)
downloadocaml-d3a5c923939a1fc03cc14c005d61210d8c3bd546.tar.gz
Merge branch 'trunk' into nick-get-copy
Diffstat (limited to 'testsuite/tests/tool-ocamlc-stop-after/stop_after_lambda.ml')
-rw-r--r--testsuite/tests/tool-ocamlc-stop-after/stop_after_lambda.ml10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/tool-ocamlc-stop-after/stop_after_lambda.ml b/testsuite/tests/tool-ocamlc-stop-after/stop_after_lambda.ml
index e018d17ce6..e1c2b58670 100644
--- a/testsuite/tests/tool-ocamlc-stop-after/stop_after_lambda.ml
+++ b/testsuite/tests/tool-ocamlc-stop-after/stop_after_lambda.ml
@@ -1,9 +1,9 @@
(* TEST
-* setup-ocamlc.byte-build-env
-** ocamlc.byte
- flags = "-dlambda -stop-after lambda -nopervasives "
- ocamlc_byte_exit_status = "0"
-*** check-ocamlc.byte-output
+ setup-ocamlc.byte-build-env;
+ flags = "-dlambda -stop-after lambda -nopervasives ";
+ ocamlc_byte_exit_status = "0";
+ ocamlc.byte;
+ check-ocamlc.byte-output;
*)
external p : int -> unit = ""