summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp13/task1.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-04-14 14:07:35 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-04-14 14:07:35 -0500
commit351858d75327d5bbda7e720157dced706bbe5688 (patch)
tree84b5ba9aa96cc4f7212bf73c394b1b6085e50375 /testsuites/sptests/sp13/task1.c
parentsemdestroy.c: Add missing _Objects_Allocator_unlock() (diff)
downloadrtems-351858d75327d5bbda7e720157dced706bbe5688.tar.bz2
sp13: Update configuration to account for messages on fourth message queue
Diffstat (limited to 'testsuites/sptests/sp13/task1.c')
-rw-r--r--testsuites/sptests/sp13/task1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/sptests/sp13/task1.c b/testsuites/sptests/sp13/task1.c
index e783e37150..e104e8da07 100644
--- a/testsuites/sptests/sp13/task1.c
+++ b/testsuites/sptests/sp13/task1.c
@@ -267,6 +267,7 @@ rtems_test_pause();
&Queue_id[ 1 ]
);
directive_failed( status, "rtems_message_queue_create of Q1; 20 bytes each" );
+
status = rtems_message_queue_send( Queue_id[ 1 ], big_send_buffer, 40 );
fatal_directive_status(status,
RTEMS_INVALID_SIZE,