summaryrefslogtreecommitdiff
path: root/testsuite/tests/parse-errors/expecting.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parse-errors/expecting.ml')
-rw-r--r--testsuite/tests/parse-errors/expecting.ml8
1 files changed, 6 insertions, 2 deletions
diff --git a/testsuite/tests/parse-errors/expecting.ml b/testsuite/tests/parse-errors/expecting.ml
index 4298b81868..5f3026b342 100644
--- a/testsuite/tests/parse-errors/expecting.ml
+++ b/testsuite/tests/parse-errors/expecting.ml
@@ -1,5 +1,5 @@
-(* TEST
- * toplevel
+(* TEST_BELOW
+(* Blank lines added here to preserve locations. *)
*)
let f = function
@@ -33,3 +33,7 @@ let f = function
let f = function
| (module -> ()
;;
+
+(* TEST
+ toplevel;
+*)