aboutsummaryrefslogtreecommitdiff
path: root/tests/idhash.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-01-16 00:43:03 -0800
committerGarrett D'Amore <garrett@damore.org>2017-01-16 00:43:03 -0800
commit39dbff5615631522d3ef98b83141957038502c0d (patch)
tree89becbf88ebb79df9c9202450acd476bd790bde0 /tests/idhash.c
parentf71209a0b429cddcd44f1f2473c49e986c9b4be7 (diff)
downloadnng-39dbff5615631522d3ef98b83141957038502c0d.tar.gz
nng-39dbff5615631522d3ef98b83141957038502c0d.tar.bz2
nng-39dbff5615631522d3ef98b83141957038502c0d.zip
Various complaints found in AppVeyor build.
Diffstat (limited to 'tests/idhash.c')
-rw-r--r--tests/idhash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/idhash.c b/tests/idhash.c
index 6ecff47b..fb240078 100644
--- a/tests/idhash.c
+++ b/tests/idhash.c
@@ -9,6 +9,7 @@
#include "core/idhash.c"
#include "convey.h"
+#include "stubs.h"
Main({
Test("General ID Hash", {
@@ -93,7 +94,6 @@ Main({
Test("Resize ID Hash", {
int expect[1024];
- int actual[1024];
int rv;
int i;