summaryrefslogtreecommitdiff
path: root/src/rebar_eunit.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_eunit.erl')
-rw-r--r--src/rebar_eunit.erl2
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