diff --git a/test/test-misc.c b/test/test-misc.c index 4589509d..7cc94c5a 100644 --- a/test/test-misc.c +++ b/test/test-misc.c @@ -1062,7 +1062,7 @@ START_TEST(evcode_prop_parser) { .prop = "none", .success = false }, { .prop = NULL }, }; - struct parser_test_tuple *t = tests; + struct parser_test_tuple *t; for (int i = 0; tests[i].prop; i++) { bool success;