summaryrefslogtreecommitdiff
path: root/testsuite/tests/parsing/pr6865.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parsing/pr6865.ml')
-rw-r--r--testsuite/tests/parsing/pr6865.ml20
1 files changed, 14 insertions, 6 deletions
diff --git a/testsuite/tests/parsing/pr6865.ml b/testsuite/tests/parsing/pr6865.ml
index c673e2a613..9e98315b0b 100644
--- a/testsuite/tests/parsing/pr6865.ml
+++ b/testsuite/tests/parsing/pr6865.ml
@@ -1,11 +1,19 @@
-(* TEST
- flags = "-dparsetree"
- ocamlc_byte_exit_status = "2"
- * setup-ocamlc.byte-build-env
- ** ocamlc.byte
- *** check-ocamlc.byte-output
+(* TEST_BELOW
+Filler_text_added_
+to_preserve_locations_while_tran
+slating_from_old_syntax__Filler_
+text_added_to_pre
+serve_locations_while_translati
*)
let%foo x = 42
let%foo _ = () and _ = ()
let%foo _ = ()
+
+(* TEST
+ flags = "-dparsetree";
+ ocamlc_byte_exit_status = "2";
+ setup-ocamlc.byte-build-env;
+ ocamlc.byte;
+ check-ocamlc.byte-output;
+*)