X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tests%2F02_run.ml;h=ae0e3311cd90b5fd2878782a2f1b3dc1c42be2b2;hb=0fb4b24ebe3b85c935786f8e3e472d0d2292744e;hp=8cc06c5e37626251715529b16013ba08739220d0;hpb=46d02767bf223661c05127d86878a74be0bda712;p=ocaml-bitstring.git diff --git a/tests/02_run.ml b/tests/02_run.ml index 8cc06c5..ae0e331 100644 --- a/tests/02_run.ml +++ b/tests/02_run.ml @@ -3,5 +3,5 @@ *) let () = - let bits = Bitmatch.create_bitstring 16 in - ignore (Bitmatch.string_of_bitstring bits) + let bits = Bitstring.create_bitstring 16 in + ignore (Bitstring.string_of_bitstring bits)