summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx04/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx04/task1.c')
-rw-r--r--testsuites/psxtests/psx04/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx04/task1.c b/testsuites/psxtests/psx04/task1.c
index 53d5dc877d..71d5eee5bd 100644
--- a/testsuites/psxtests/psx04/task1.c
+++ b/testsuites/psxtests/psx04/task1.c
@@ -30,7 +30,7 @@ void *Task_1(
seconds = sleep( 5 );
printf( "Task_1: %d seconds left\n", seconds );
- rtems_test_assert( seconds );
+ rtems_test_assert( seconds );
/* switch to Init */