diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_eunit.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl index 3bf3796..8fd2ea3 100644 --- a/src/rebar_eunit.erl +++ b/src/rebar_eunit.erl @@ -562,7 +562,7 @@ reconstruct_app_env_vars([]) -> ok. wait_until_dead(Pid) when is_pid(Pid) -> - Ref = monitor(process, Pid), + Ref = erlang:monitor(process, Pid), receive {'DOWN', Ref, process, _Obj, Info} -> Info |