Skip to content

Commit 7fcc5aa

Browse files
committed
DEBUG
1 parent a674995 commit 7fcc5aa

File tree

1 file changed

+1
-0
lines changed
  • compiler/tests-ocaml/lib-unix/common

1 file changed

+1
-0
lines changed

compiler/tests-ocaml/lib-unix/common/append.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ let () =
3939
in
4040
f ();
4141
Unix.close fd;
42+
Format.eprintf "<%s>@." (Buffer.contents buf);
4243
assert (Buffer.contents buf = str ^ str)

0 commit comments

Comments
 (0)