forked from github/server
initialize variable
This commit is contained in:
parent
6964267c37
commit
115e13d513
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ static void test_rc_find(CuTest *tc) {
|
|||
}
|
||||
|
||||
static void test_race_get(CuTest *tc) {
|
||||
int cache;
|
||||
int cache = 0;
|
||||
race *rc;
|
||||
test_setup();
|
||||
CuAssertTrue(tc, rc_changed(&cache));
|
||||
|
|
Loading…
Reference in a new issue