build: fix 32-bit test failure

Same fix as commit 1fc288e1e25.

* tests/hashtest.c (testHashRemoveForEach): Use correct format.
This commit is contained in:
Eric Blake 2011-04-27 10:46:12 -06:00
parent 1671d1dc78
commit 8a6e30f124

View File

@ -360,7 +360,7 @@ testHashForEach(const void *data ATTRIBUTE_UNUSED)
if (count != ARRAY_CARDINALITY(uuids)) {
if (virTestGetVerbose()) {
testError("\nvirHashForEach didn't go through all entries,"
" %d != %lu\n",
" %d != %zu\n",
count, ARRAY_CARDINALITY(uuids));
}
goto cleanup;