Skip to content

Commit d8b2e42

Browse files
committed
qc: Rename Packet_Arbitrary to Arbitrary_Packet
1 parent 67bd374 commit d8b2e42

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

_oasis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Library quickcheck
4040
quickcheck
4141
Modules:
4242
Arbitrary_Base,
43-
Packet_Arbitrary
43+
Arbitrary_Packet
4444

4545
Executable testtool
4646
Path: test
File renamed without changes.

quickcheck/quickcheck.mllib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# OASIS_START
2-
# DO NOT EDIT (digest: 3499f600304ecd041e197c40293470fb)
2+
# DO NOT EDIT (digest: 330820d542742d1a91c67ac9e7db617c)
33
Arbitrary_Base
4-
Packet_Arbitrary
4+
Arbitrary_Packet
55
# OASIS_STOP

setup.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* setup.ml generated for the first time by OASIS v0.3.0 *)
22

33
(* OASIS_START *)
4-
(* DO NOT EDIT (digest: f87c376e87f25a9fc98f6cd66fb6017f) *)
4+
(* DO NOT EDIT (digest: b16821acf833b7560ee1257ce9b521a0) *)
55
(*
66
Regenerated by OASIS v0.4.1
77
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6904,7 +6904,7 @@ let setup_t =
69046904
bs_nativeopt = [(OASISExpr.EBool true, [])]
69056905
},
69066906
{
6907-
lib_modules = ["Arbitrary_Base"; "Packet_Arbitrary"];
6907+
lib_modules = ["Arbitrary_Base"; "Arbitrary_Packet"];
69086908
lib_pack = false;
69096909
lib_internal_modules = [];
69106910
lib_findlib_parent = Some "packet";
@@ -6992,7 +6992,7 @@ let setup_t =
69926992
};
69936993
oasis_fn = Some "_oasis";
69946994
oasis_version = "0.4.1";
6995-
oasis_digest = Some "\129\135(\162[lG\161\213&4\027wZ\159J";
6995+
oasis_digest = Some "p0\128\249\191\242\255\025\229\225]JG\128\199\224";
69966996
oasis_exec = None;
69976997
oasis_setup_args = [];
69986998
setup_update = false

test/Test.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let packet_quickCheck arbitrary pred =
1212
| Exhausted _ -> failwith "No exhaustion expected"
1313

1414
module RoundTrip = struct
15-
module Arb = Packet_Arbitrary
15+
module Arb = Arbitrary_Packet
1616

1717
let unparsable_eq (l1, b1) (l2, b2) =
1818
l1 = l2 && compare (Cstruct.to_string b1) (Cstruct.to_string b2) = 0

0 commit comments

Comments
 (0)