Skip to content

Commit 5729bc8

Browse files
committed
comment out Bytes.escaped causing segfault
1 parent 8094344 commit 5729bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bytes/lin_tests_dsl.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module BConf = struct
2424
val_ "Bytes.fill" Bytes.fill (t @-> int @-> int @-> char @-> returning_or_exc unit);
2525
val_ "Bytes.blit_string" Bytes.blit_string (string @-> int @-> t @-> int @-> int @-> returning_or_exc unit);
2626
val_ "Bytes.trim" Bytes.trim (t @-> returning_ t);
27-
val_ "Bytes.escaped" Bytes.escaped (t @-> returning_ t);
27+
(* val_ "Bytes.escaped" Bytes.escaped (t @-> returning_ t); *)
2828
val_ "Bytes.index" Bytes.index (t @-> char @-> returning_or_exc int);
2929
val_ "Bytes.index_from" Bytes.index_from (t @-> int @-> char @-> returning_or_exc int)]
3030
end

0 commit comments

Comments
 (0)