We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0136fe commit c1f7911Copy full SHA for c1f7911
compiler/tests-compiler/error.ml
@@ -25,7 +25,8 @@ let normalize x =
25
|> Str.global_replace (Str.regexp "node\\(.exe\\)?") "%{NODE}"
26
27
let%expect_test "uncaugh error" =
28
- let prog = {|
+ let prog =
29
+ {|
30
(* Ignore OCAMLRUNPARAM=b to be reproducible *)
31
Printexc.record_backtrace false;;
32
let _ = raise Not_found |}
0 commit comments