summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxstack01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxstack01/init.c')
-rw-r--r--testsuites/psxtests/psxstack01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxstack01/init.c b/testsuites/psxtests/psxstack01/init.c
index 0e0ee3b0c5..122d8764e9 100644
--- a/testsuites/psxtests/psxstack01/init.c
+++ b/testsuites/psxtests/psxstack01/init.c
@@ -55,7 +55,7 @@ void *POSIX_Init(
puts( "Init - Allocate stack from heap" );
Stack_Low = malloc(PTHREAD_MINIMUM_STACK_SIZE);
- rtems_test_assert( Stack_Low );
+ rtems_test_assert( Stack_Low );
Stack_High = Stack_Low + PTHREAD_MINIMUM_STACK_SIZE;
puts( "Init - Initialize thread attribute for user provided stack" );