Skip to content

Commit 259edb9

Browse files
committed
try to fix test
1 parent 90a131b commit 259edb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/CCString.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ let of_hex s = try Some (of_hex_exn s) with Invalid_argument _ -> None
11761176
Q.(string) (fun s -> \
11771177
of_hex_exn (to_hex s) = s)
11781178
Q.(string) (fun s -> \
1179-
String.for_all (function 'A'..'F'|'a'..'f'|'0'..'9' -> true | _ -> false) @@ to_hex s)
1179+
CCString.for_all (function 'A'..'F'|'a'..'f'|'0'..'9' -> true | _ -> false) @@ to_hex s)
11801180
*)
11811181

11821182
let pp_buf buf s =

0 commit comments

Comments
 (0)