Skip to content

Commit

Permalink
pass stdlibrandom to ipv6.make in udp ipv6 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yomimono committed Mar 14, 2017
1 parent d7fe25c commit 4ec1419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_test/test_ipv6.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module B = Vnetif_backends.Basic
module V = Vnetif.Make(B)
module E = Ethif.Make(V)

module Ipv6 = Ipv6.Make(E)(Time)(Mclock)
module Ipv6 = Ipv6.Make(E)(Stdlibrandom)(Time)(Mclock)
module Udp = Udp.Make(Ipv6)(Stdlibrandom)
open Lwt.Infix

Expand Down

0 comments on commit 4ec1419

Please sign in to comment.