summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/idhash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/idhash.c b/tests/idhash.c
index 18ca2fec..6ecff47b 100644
--- a/tests/idhash.c
+++ b/tests/idhash.c
@@ -124,7 +124,7 @@ Main({
So(h->ih_count == 1024);
Convey("We can remove them", {
- for (int i = 0; i < 1024; i++) {
+ for (i = 0; i < 1024; i++) {
nni_idhash_remove(h, i);
}
So(h->ih_count == 0);