Update coverage report.
[ocaml-bitstring.git] / tests / 02_run.ml
index 8cc06c5..ae0e331 100644 (file)
@@ -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)