Fixed compiler warning
This commit is contained in:
parent
8fac259285
commit
ad50b75d75
|
@ -31,7 +31,6 @@
|
|||
void test_spdylay_map()
|
||||
{
|
||||
spdylay_map map;
|
||||
int i;
|
||||
CU_ASSERT(0 == spdylay_map_init(&map));
|
||||
CU_ASSERT(0 == spdylay_map_insert(&map, 1, "foo"));
|
||||
CU_ASSERT(strcmp("foo", spdylay_map_find(&map, 1)) == 0);
|
||||
|
|
Loading…
Reference in New Issue