fix warning in tests

This commit is contained in:
Simon Cruanes 2024-04-04 16:27:11 -04:00
parent 7c765a181d
commit 00b6efdcd5
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -1,5 +1,3 @@
open Test_util
let read_file file : string =
let buf = Buffer.create 32 in
let ic = open_in_bin file in