diff --git a/test/test-utils.c b/test/test-utils.c index d1b7345a..314ae13a 100644 --- a/test/test-utils.c +++ b/test/test-utils.c @@ -353,7 +353,7 @@ START_TEST(dimension_prop_parser) struct parser_test_dimension { char *tag; bool success; - int x, y; + size_t x, y; } tests[] = { { "10x10", true, 10, 10 }, { "1x20", true, 1, 20 },