Skip to content

Commit

Permalink
message-switch: remove dependency on async binaries
Browse files Browse the repository at this point in the history
The stresstest rule still contained references to async binaries. I haven't
seen any other reference to async in the dune files

Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
  • Loading branch information
psafont committed Oct 4, 2024
1 parent 44e459e commit 863469a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ocaml/message-switch/core_test/dune
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
server_unix_main
lock_test_lwt
)
(modules
(modules
client_unix_main
server_unix_main
lock_test_lwt
@@ -48,8 +48,6 @@
(deps
client_unix_main.exe
server_unix_main.exe
async/client_async_main.exe
async/server_async_main.exe
lwt/client_main.exe
lwt/server_main.exe
lwt/link_test_main.exe

0 comments on commit 863469a

Please sign in to comment.