diff options
Diffstat (limited to 'src/test/test-gpt.c')
-rw-r--r-- | src/test/test-gpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-gpt.c b/src/test/test-gpt.c index 05da7a9e48..5037f498bb 100644 --- a/src/test/test-gpt.c +++ b/src/test/test-gpt.c @@ -17,7 +17,7 @@ TEST(gpt_types_against_architectures) { * types. Also validates whether we can properly categorize the entries. */ FOREACH_STRING(prefix, "root-", "usr-") - for (int a = 0; a < _ARCHITECTURE_MAX; a++) + for (Architecture a = 0; a < _ARCHITECTURE_MAX; a++) FOREACH_STRING(suffix, "", "-verity", "-verity-sig") { _cleanup_free_ char *joined = NULL; sd_id128_t id; |