summaryrefslogtreecommitdiff
path: root/testsuite/tests/parsing/assert_location.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parsing/assert_location.ml')
-rw-r--r--testsuite/tests/parsing/assert_location.ml8
1 files changed, 6 insertions, 2 deletions
diff --git a/testsuite/tests/parsing/assert_location.ml b/testsuite/tests/parsing/assert_location.ml
index dc8c6b47ca..58a79aeec0 100644
--- a/testsuite/tests/parsing/assert_location.ml
+++ b/testsuite/tests/parsing/assert_location.ml
@@ -1,7 +1,11 @@
-(* TEST
- exit_status = "2"
+(* TEST_BELOW
+(* Blank lines added here to preserve locations. *)
*)
let () = (
assert false
)
+
+(* TEST
+ exit_status = "2";
+*)