From f793b5f579fd2a95d993c888e2aeb72921b407c2 Mon Sep 17 00:00:00 2001 From: Andrey Mokhov Date: Fri, 11 Sep 2020 11:36:17 +0100 Subject: [PATCH] Work around missing iobuf_test --- core/iobuf_unix/test/dune | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/iobuf_unix/test/dune b/core/iobuf_unix/test/dune index b05ec45..0223235 100644 --- a/core/iobuf_unix/test/dune +++ b/core/iobuf_unix/test/dune @@ -1,3 +1,3 @@ -(library (name iobuf_unix_test) - (libraries bigstring_unix iobuf_unix iobuf_test) - (preprocess (pps ppx_jane))) \ No newline at end of file +; (library (name iobuf_unix_test) +; (libraries bigstring_unix iobuf_unix iobuf_test) +; (preprocess (pps ppx_jane))) \ No newline at end of file