aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/httpd_time_test.erl
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2016-05-17 12:29:28 +0200
committerLars Thorsen <[email protected]>2016-05-18 15:23:08 +0200
commit121fc1f2bcc75f974d3dc4ff6a1af5f2b0cd0492 (patch)
treeb80f97812a4c4db4a291b332457b17cd140d0213 /lib/inets/test/httpd_time_test.erl
parent07906b7d9f1c2f72810d9ae12b38415cc3c1e86d (diff)
downloadotp-121fc1f2bcc75f974d3dc4ff6a1af5f2b0cd0492.tar.gz
otp-121fc1f2bcc75f974d3dc4ff6a1af5f2b0cd0492.tar.bz2
otp-121fc1f2bcc75f974d3dc4ff6a1af5f2b0cd0492.zip
[inets] Remove calls to the inets_time_compat module
Diffstat (limited to 'lib/inets/test/httpd_time_test.erl')
-rw-r--r--lib/inets/test/httpd_time_test.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/test/httpd_time_test.erl b/lib/inets/test/httpd_time_test.erl
index fddc0003cd..e858ddf4f6 100644
--- a/lib/inets/test/httpd_time_test.erl
+++ b/lib/inets/test/httpd_time_test.erl
@@ -117,7 +117,7 @@ main(N, SocketType, Host, Port, Time)
loop(Pollers, Timeout) ->
d("loop -> entry when"
"~n Timeout: ~p", [Timeout]),
- Start = inets_time_compat:monotonic_time(),
+ Start = erlang:monotonic_time(),
receive
{'EXIT', Pid, {poller_stat_failure, SocketType, Host, Port, Time, Reason}} ->