libtests/block13: Add const qualifier

This commit is contained in:
Sebastian Huber
2012-06-04 17:30:21 +02:00
parent df84ca249d
commit 1f7b5b0142
+1 -1
View File
@@ -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 },