diff --git a/async_js/test/client/dune b/async_js/test/client/dune index 7bb6fc6..2a47f36 100644 --- a/async_js/test/client/dune +++ b/async_js/test/client/dune @@ -1,3 +1,3 @@ -(executables (names main) - (libraries async_js_test_lib async_js js_of_ocaml uri) - (preprocess (pps js_of_ocaml-ppx ppx_jane))) \ No newline at end of file +; (executables (names main) +; (libraries async_js_test_lib async_js js_of_ocaml uri) +; (preprocess (pps js_of_ocaml-ppx ppx_jane))) \ No newline at end of file diff --git a/async_js/test/lib/dune b/async_js/test/lib/dune index 103dd71..c38cfd5 100644 --- a/async_js/test/lib/dune +++ b/async_js/test/lib/dune @@ -1,2 +1,2 @@ -(library (name async_js_test_lib) - (libraries async_kernel async_rpc_kernel uri) (preprocess (pps ppx_jane))) \ No newline at end of file +; (library (name async_js_test_lib) +; (libraries async_kernel async_rpc_kernel uri) (preprocess (pps ppx_jane))) \ No newline at end of file