summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx03/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx03/task.c')
-rw-r--r--testsuites/psxtests/psx03/task.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/psxtests/psx03/task.c b/testsuites/psxtests/psx03/task.c
index df3fdaed5d..b4402ee333 100644
--- a/testsuites/psxtests/psx03/task.c
+++ b/testsuites/psxtests/psx03/task.c
@@ -8,7 +8,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -33,7 +33,7 @@ void *Task_1(
puts( "Task_1: pthread_kill - SIGUSR2 to Init" );
status = pthread_kill( Init_id, SIGUSR2 );
- assert( !status );
+ rtems_test_assert( !status );
pthread_exit( NULL );
@@ -54,7 +54,7 @@ void *Task_2(
puts( "Task_1: pthread_kill - SIGUSR1 to Init" );
status = pthread_kill( Init_id, SIGUSR1 );
- assert( !status );
+ rtems_test_assert( !status );
pthread_exit( NULL );