summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/block13/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/block13/init.c')
-rw-r--r--testsuites/libtests/block13/init.c2
1 files changed, 1 insertions, 1 deletions
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 },