Skip to content

Commit 7a2f19c

Browse files
committed
Execute test/fib_par
1 parent 2ffc832 commit 7a2f19c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/fib_par.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ let main =
1919
let res = T.run pool (fun _ -> fib_par pool n) in
2020
T.teardown_pool pool;
2121
Printf.printf "fib(%d) = %d\n" n res
22+
23+
let () = main

0 commit comments

Comments
 (0)