mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
fix test in CCHash
This commit is contained in:
parent
5bd031c3c2
commit
6323bdc6d3
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ let string (x:string) =
|
|||
int min_int >= 0
|
||||
int 0 >= 0
|
||||
char 'c' >= 0
|
||||
int 152352 = int 162352
|
||||
int 152352 = int 152352
|
||||
*)
|
||||
|
||||
let slice x i len =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue