On Sun, 2015-03-22 at 22:03 +, Emil Velikov wrote:
> Get the test from completely broken to working like a charm.
>
> - Use the same variable type for both HashInsert and HashLookup.
> - Use correct storage type for the HashLookup return value.
> - Remove useless backward iteration of HashL
Get the test from completely broken to working like a charm.
- Use the same variable type for both HashInsert and HashLookup.
- Use correct storage type for the HashLookup return value.
- Remove useless backward iteration of HashLookup(i).
Signed-off-by: Emil Velikov
---
tests/hash.c | 31 ++