We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a42a68 commit 289d32cCopy full SHA for 289d32c
lib_eio_linux/tests/test.ml
@@ -23,7 +23,7 @@ let read_one_byte ~sw r =
23
)
24
25
let test_poll_add () =
26
- Eio_linux.run ~fallback:skip (fun _stdenv ->
+ Eio_linux.run ~fallback:skip (fun _stdenv ->
27
Switch.run @@ fun sw ->
28
let r, w = Eio_unix.pipe sw in
29
let thread = read_one_byte ~sw r in
0 commit comments