initialize variable

This commit is contained in:
Enno Rehling 2016-09-19 08:42:07 +02:00
parent 6964267c37
commit 115e13d513

View file

@ -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));