diff --git a/testsuites/libtests/block13/init.c b/testsuites/libtests/block13/init.c index 43ce38860e..fa8ebc0f0d 100644 --- a/testsuites/libtests/block13/init.c +++ b/testsuites/libtests/block13/init.c @@ -45,7 +45,7 @@ static const int action_sequence [READ_COUNT] = { #define UNUSED_LINE { 0, 0, 0, 0, 0, 0, 0, 0, 0 } -static int expected_block_access_counts [READ_COUNT] [BLOCK_COUNT] = { +static const int expected_block_access_counts [READ_COUNT] [BLOCK_COUNT] = { { 1, 0, 0, 0, 0, 0, 0, 0, 0 }, { 1, 0, 1, 0, 0, 0, 0, 0, 0 }, { 1, 0, 1, 1, 1, 1, 0, 0, 0 },