summaryrefslogtreecommitdiff
path: root/testsuite/tests/backtrace/backtrace_c_exn.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/backtrace/backtrace_c_exn.ml')
-rw-r--r--testsuite/tests/backtrace/backtrace_c_exn.ml14
1 files changed, 10 insertions, 4 deletions
diff --git a/testsuite/tests/backtrace/backtrace_c_exn.ml b/testsuite/tests/backtrace/backtrace_c_exn.ml
index 9b0077d509..2f4ccea1b6 100644
--- a/testsuite/tests/backtrace/backtrace_c_exn.ml
+++ b/testsuite/tests/backtrace/backtrace_c_exn.ml
@@ -1,7 +1,7 @@
-(* TEST
- modules = "backtrace_c_exn_.c"
- flags = "-g"
- ocamlrunparam += ",b=1"
+(* TEST_BELOW
+(* Blank lines added here to preserve locations. *)
+
+
*)
(* https://github.com/ocaml-multicore/ocaml-multicore/issues/498 *)
@@ -18,3 +18,9 @@ let () =
| exn ->
Printexc.to_string exn |> print_endline;
Printexc.print_backtrace stdout
+
+(* TEST
+ modules = "backtrace_c_exn_.c";
+ flags = "-g";
+ ocamlrunparam += ",b=1";
+*)