summaryrefslogtreecommitdiff
path: root/testsuite/tests/backtrace/backtrace_bounds_exn.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/backtrace/backtrace_bounds_exn.ml')
-rw-r--r--testsuite/tests/backtrace/backtrace_bounds_exn.ml11
1 files changed, 8 insertions, 3 deletions
diff --git a/testsuite/tests/backtrace/backtrace_bounds_exn.ml b/testsuite/tests/backtrace/backtrace_bounds_exn.ml
index 5eb0975388..1c08933f96 100644
--- a/testsuite/tests/backtrace/backtrace_bounds_exn.ml
+++ b/testsuite/tests/backtrace/backtrace_bounds_exn.ml
@@ -1,6 +1,6 @@
-(* TEST
- flags = "-g"
- ocamlrunparam += ",b=1"
+(* TEST_BELOW
+(* Blank lines added here to preserve locations. *)
+
*)
(* #11436: bad backtrace for out-of-bounds exception *)
@@ -18,3 +18,8 @@ let _ =
Printexc.print_backtrace stdout;
print_endline "OK"
+
+(* TEST
+ flags = "-g";
+ ocamlrunparam += ",b=1";
+*)