summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-06-04 17:04:49 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-06-04 17:30:21 +0200
commit1f7b5b0142b8eb69dc5652b412586b7318467861 (patch)
tree0d0c4dc94716f0f9faf870a08d6b1abd4fa1280d
parentlibblock: Rename structure (diff)
downloadrtems-1f7b5b0142b8eb69dc5652b412586b7318467861.tar.bz2
libtests/block13: Add const qualifier
-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 },