summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spthreadq01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spthreadq01/init.c')
-rw-r--r--testsuites/sptests/spthreadq01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/spthreadq01/init.c b/testsuites/sptests/spthreadq01/init.c
index c1812f6eaa..fb2be649b5 100644
--- a/testsuites/sptests/spthreadq01/init.c
+++ b/testsuites/sptests/spthreadq01/init.c
@@ -375,7 +375,7 @@ static rtems_task Init(
test_classic_obj(ctx);
test_posix_obj(ctx);
- rtems_test_assert( queue.Queue.heads == NULL );
+ rtems_test_assert( _Thread_queue_Is_empty( &queue.Queue ) );
TEST_END();
rtems_test_exit(0);