From 667262f214441c66bcaeeae3b1b2ecbecf4aaf64 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 23 Dec 2016 12:15:40 -0800 Subject: Fix for incorrect nni_usleep(), found with newly created platform tests. --- tests/sock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/sock.c') diff --git a/tests/sock.c b/tests/sock.c index 4bdc684b..81361f8b 100644 --- a/tests/sock.c +++ b/tests/sock.c @@ -11,7 +11,6 @@ #include "nng.h" TestMain("Socket Operations", { - ConveySetVerbose(); Convey("We are able to open a PAIR socket", { int rv; nng_socket *sock = NULL; @@ -34,6 +33,7 @@ TestMain("Socket Operations", { int64_t when = 500000; uint64_t now; + // We cheat to get access to the core's clock. extern uint64_t nni_clock(void); now = nni_clock(); -- cgit v1.2.3-70-g09d2