Skip to content

Commit

Permalink
protocol-9p-unix: fix lint with {with-test}
Browse files Browse the repository at this point in the history
Signed-off-by: David Scott <[email protected]>
  • Loading branch information
djs55 committed Jan 16, 2022
1 parent d03a6fd commit 33937d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol-9p-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ depends: [
"prometheus"
"rresult"
"mirage-flow" {>= "3.0.0"}
"mirage-channel" {>= "4.0.0"}
"mirage-channel" {with-test & >= "4.0.0"}
"lwt" {>= "3.0.0"}
"base-unix"
"astring"
"fmt"
"logs" {>= "0.5.0"}
"logs" {with-test & >= "0.5.0"}
"win-error"
"io-page-unix" {>= "2.0.0"}
"ppx_sexp_conv" {< "v0.15"}
Expand Down

0 comments on commit 33937d4

Please sign in to comment.