summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocamlc-stop-after/stop_after_parsing_impl.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/tool-ocamlc-stop-after/stop_after_parsing_impl.ml')
-rw-r--r--testsuite/tests/tool-ocamlc-stop-after/stop_after_parsing_impl.ml20
1 files changed, 14 insertions, 6 deletions
diff --git a/testsuite/tests/tool-ocamlc-stop-after/stop_after_parsing_impl.ml b/testsuite/tests/tool-ocamlc-stop-after/stop_after_parsing_impl.ml
index 3276733c51..0029d7b0ff 100644
--- a/testsuite/tests/tool-ocamlc-stop-after/stop_after_parsing_impl.ml
+++ b/testsuite/tests/tool-ocamlc-stop-after/stop_after_parsing_impl.ml
@@ -1,12 +1,20 @@
-(* TEST
-* setup-ocamlc.byte-build-env
-** ocamlc.byte
- flags = "-stop-after parsing -dparsetree"
- ocamlc_byte_exit_status = "0"
-*** check-ocamlc.byte-output
+(* TEST_BELOW
+Filler_text_added_to_pr
+eserve_locatio
+ns_while_translating_from_old_syntax__Filler_
+text_added_to_preserve_locations_
+while_translating_from_old_s
*)
(* we intentionally write ill-typed output;
if `-stop-after parsing` was not supported properly,
the test would fail with an error *)
let _ = (1 + "true") + x
+
+(* TEST
+ setup-ocamlc.byte-build-env;
+ flags = "-stop-after parsing -dparsetree";
+ ocamlc_byte_exit_status = "0";
+ ocamlc.byte;
+ check-ocamlc.byte-output;
+*)