diff --git a/http/test/bytebuffer/dune b/http/test/bytebuffer/dune index e4d141c6cf..c89fd56c65 100644 --- a/http/test/bytebuffer/dune +++ b/http/test/bytebuffer/dune @@ -1,14 +1,6 @@ (library (name bytebuffer_tests) - (libraries - http_bytebuffer - ;; This is because of the (implicit_transitive_deps false) - ;; in dune-project - ppx_expect.config - ppx_expect.config_types - ppx_expect.common - base - ppx_inline_test.config) + (libraries http_bytebuffer) (inline_tests) (preprocess (pps ppx_expect)))