forked from github/server
unused variable
This commit is contained in:
parent
fa6a3e377d
commit
c525553c49
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ static void test_leak(CuTest *tc) {
|
||||||
token.i = 42;
|
token.i = 42;
|
||||||
addtoken(&tokens, "NW", token);
|
addtoken(&tokens, "NW", token);
|
||||||
addtoken(&tokens, "northwest", token);
|
addtoken(&tokens, "northwest", token);
|
||||||
|
CuAssertIntEquals(tc, E_TOK_SUCCESS, findtoken(tokens, "n", &token));
|
||||||
freetokens(tokens);
|
freetokens(tokens);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue