mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix test
This commit is contained in:
parent
979eca042c
commit
ad10cdc9d5
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
module T = (val Containers_testlib.make ~__FILE__ ())
|
module T = (val Containers_testlib.make ~__FILE__ ())
|
||||||
include T
|
include T
|
||||||
open CCString.Stdlib;;
|
open CCString
|
||||||
|
open Stdlib;;
|
||||||
|
|
||||||
q Q.printable_string (fun s -> s = rev (rev s));;
|
q Q.printable_string (fun s -> s = rev (rev s));;
|
||||||
q Q.printable_string (fun s -> length s = length (rev s));;
|
q Q.printable_string (fun s -> length s = length (rev s));;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue