diff options
Diffstat (limited to 'tests/idhash.c')
| -rw-r--r-- | tests/idhash.c | 2 |
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; |
