From ff7ff62a0f1598e5db1ccd76b9efac49e0959689 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 5 May 2011 16:45:52 +0000 Subject: 2011-05-05 Joel Sherrill * psx04/task3.c, psxfile01/test.c, psxhdrs/Makefile.am, psxmsgq01/init.c, psxreaddir/test.c, psxsignal01/init.c, psxtimes01/init.c, psxualarm/init.c: Remove warnings. --- testsuites/psxtests/psx04/task3.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuites/psxtests/psx04') diff --git a/testsuites/psxtests/psx04/task3.c b/testsuites/psxtests/psx04/task3.c index af7b0091c4..1eb6b163a1 100644 --- a/testsuites/psxtests/psx04/task3.c +++ b/testsuites/psxtests/psx04/task3.c @@ -7,7 +7,7 @@ * * Output parameters: NONE * - * COPYRIGHT (c) 1989-2009. + * COPYRIGHT (c) 1989-2011. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -112,6 +112,7 @@ void *Task_3( printf( "Task_3: sleep so the Init task can reguest a signal\n" ); remaining = sleep( 1 ); rtems_test_assert( !status ); + rtems_test_assert( remaining == 0 ); /* end of task 3 */ printf( "Task_3: exit\n" ); -- cgit v1.2.3