aboutsummaryrefslogtreecommitdiff
path: root/tests/sock.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sock.c')
-rw-r--r--tests/sock.c2
1 files changed, 1 insertions, 1 deletions
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();