summaryrefslogtreecommitdiff
path: root/testsuite/tests/parsetree/locations_test.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parsetree/locations_test.ml')
-rw-r--r--testsuite/tests/parsetree/locations_test.ml11
1 files changed, 8 insertions, 3 deletions
diff --git a/testsuite/tests/parsetree/locations_test.ml b/testsuite/tests/parsetree/locations_test.ml
index e295d9a4ca..e423d99980 100644
--- a/testsuite/tests/parsetree/locations_test.ml
+++ b/testsuite/tests/parsetree/locations_test.ml
@@ -1,6 +1,6 @@
-(* TEST
- flags = "-dparsetree"
- * toplevel *)
+(* TEST_BELOW
+Filler_text_added_
+to_preserve_lo*)
(* Using a toplevel test and not an expect test, because the locs get shifted
by the expect blocks and the output is therefore not stable. *)
@@ -132,3 +132,8 @@ let g y =
let f ~y = y + 1 in
f ~(y:int)
;;
+
+(* TEST
+ flags = "-dparsetree";
+ toplevel;
+*)