Skip to content

Commit

Permalink
Add Bytes.set to Lin Bytes test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Jan 15, 2025
1 parent 3918d5d commit c586d89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bytes/lin_tests.ml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module BConf = struct
let int,string = nat_small, string_small_printable
let api = [
val_ "Bytes.get" Bytes.get (t @-> int @-> returning_or_exc char);
val_ "Bytes.set" Bytes.set (t @-> int @-> char @-> returning_or_exc unit);
val_ "Bytes.sub_string" Bytes.sub_string (t @-> int @-> int @-> returning_or_exc string);
val_ "Bytes.length" Bytes.length (t @-> returning int);
val_ "Bytes.fill" Bytes.fill (t @-> int @-> int @-> char @-> returning_or_exc unit);
Expand Down

0 comments on commit c586d89

Please sign in to comment.