mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
test: fix tests
This commit is contained in:
parent
839eb3fcdf
commit
136ff47e66
2 changed files with 5 additions and 5 deletions
|
|
@ -43,5 +43,5 @@ let run () =
|
|||
done
|
||||
|
||||
let () =
|
||||
Trace_tef.Internal_.mock_all_ ();
|
||||
Trace_tef.Private_.mock_all_ ();
|
||||
Trace_tef.with_setup ~out:`Stdout () @@ fun () -> run ()
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ let%trace rec fib2 x =
|
|||
fib2 (x - 1) + fib2 (x - 2)
|
||||
|
||||
let () =
|
||||
Trace_tef.Internal_.mock_all_ ();
|
||||
Trace_tef.Private_.mock_all_ ();
|
||||
let@ () = Trace_tef.with_setup ~out:`Stdout () in
|
||||
|
||||
Trace_core.set_process_name "main";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue