Skip to content

Commit d4f9d99

Browse files
committed
fix test
1 parent 8c96beb commit d4f9d99

File tree

3 files changed

+6
-1942
lines changed

3 files changed

+6
-1942
lines changed

test/fiber/lib/fls.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
open! Moonpool
32
module A = Atomic
43
module F = Moonpool_fib.Fiber
@@ -160,7 +159,7 @@ let run ~pool ~pool_name () =
160159
let fibs =
161160
List.init 8 (fun idx -> F.spawn_top ~on:pool (fun () -> top idx))
162161
in
163-
List.iter F.wait_block_exn fibs;
162+
List.iter F.await fibs;
164163

165164
Printf.printf "tracing complete\n";
166165
Printf.printf "spans:\n";

0 commit comments

Comments
 (0)