update test

This commit is contained in:
Simon Cruanes 2025-12-09 12:24:31 -05:00
parent 89eecf7ba3
commit 9b4a3855fb
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -71,5 +71,6 @@ let () =
output_string oc data;
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