Skip to content

Commit

Permalink
Don't build broken async_js_test_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Sep 11, 2020
1 parent 6b76f09 commit 661fe53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions async_js/test/client/dune
Original file line number Diff line number Diff line change
@@ -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)))
; (executables (names main)
; (libraries async_js_test_lib async_js js_of_ocaml uri)
; (preprocess (pps js_of_ocaml-ppx ppx_jane)))
4 changes: 2 additions & 2 deletions async_js/test/lib/dune
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(library (name async_js_test_lib)
(libraries async_kernel async_rpc_kernel uri) (preprocess (pps ppx_jane)))
; (library (name async_js_test_lib)
; (libraries async_kernel async_rpc_kernel uri) (preprocess (pps ppx_jane)))

0 comments on commit 661fe53

Please sign in to comment.