Skip to content

Commit

Permalink
Use Eio_main instead of linux for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed Mar 16, 2024
1 parent 5ccd05c commit 1032b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmq-eio/test/test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ let suite () =
| v -> teardown ~sw env s; v
| exception e -> teardown ~sw env s; raise e
in
fun () -> Eio_linux.run (fun env ->
fun () -> Eio_main.run (fun env ->
Eio.Switch.run (fun sw -> f sw env))
in

Expand Down

0 comments on commit 1032b31

Please sign in to comment.