Skip to content

Commit 59571b0

Browse files
committed
FMT
1 parent 74aac3e commit 59571b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/tests-compiler/gh1868.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ let wrap f =
3636
|}
3737
in
3838
print_double_fun_decl program "wrap";
39-
[%expect {|
39+
[%expect
40+
{|
4041
function wrap$0(f){
4142
try{var _d_ = caml_call1(f, 0); return _d_;}
4243
catch(exn$1){

0 commit comments

Comments
 (0)