Skip to content

Commit c1f7911

Browse files
committed
fixup: ocamlformat
Fixup for "Update testsuite for dynamic switching"
1 parent c0136fe commit c1f7911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/tests-compiler/error.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ let normalize x =
2525
|> Str.global_replace (Str.regexp "node\\(.exe\\)?") "%{NODE}"
2626

2727
let%expect_test "uncaugh error" =
28-
let prog = {|
28+
let prog =
29+
{|
2930
(* Ignore OCAMLRUNPARAM=b to be reproducible *)
3031
Printexc.record_backtrace false;;
3132
let _ = raise Not_found |}

0 commit comments

Comments
 (0)