Skip to content

Commit 006ddba

Browse files
committed
add Bytes.make
1 parent e38c2c6 commit 006ddba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bytes/lin_tests_dsl.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module BConf = struct
1111
(*let int = int_bound 10*)
1212

1313
let api = [
14+
val_ "Bytes.make" Bytes.make (int @-> char @-> returning_ t);
1415
val_ "Bytes.length" Bytes.length (t @-> returning int);
1516
val_ "Bytes.get" Bytes.get (t @-> int @-> returning_or_exc char);
1617
val_ "Bytes.set" Bytes.set (t @-> int @-> char @-> returning_or_exc unit);

0 commit comments

Comments
 (0)