mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 20:07:55 -04:00
update test
This commit is contained in:
parent
89eecf7ba3
commit
9b4a3855fb
2 changed files with 3 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -71,5 +71,6 @@ let () =
|
||||||
output_string oc data;
|
output_string oc data;
|
||||||
close_out_noerr oc);
|
close_out_noerr oc);
|
||||||
|
|
||||||
print_endline (to_hex data);
|
(* print_endline (to_hex data); *)
|
||||||
|
Printf.printf "data: %d bytes\n" (String.length data);
|
||||||
flush stdout
|
flush stdout
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue