summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx08/task3.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx08/task3.c')
-rw-r--r--testsuites/psxtests/psx08/task3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx08/task3.c b/testsuites/psxtests/psx08/task3.c
index e09c239e38..d7803656e4 100644
--- a/testsuites/psxtests/psx08/task3.c
+++ b/testsuites/psxtests/psx08/task3.c
@@ -33,7 +33,7 @@ void *Task_3(
puts( "Task_3: returned from pthread_join" );
if ( status )
printf( "status = %d\n", status );
- rtems_test_assert( !status );
+ rtems_test_assert( !status );
if ( return_pointer == &Task2_id )
puts( "Task_3: pthread_join returned correct pointer" );