summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-part-performance.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tc-part-performance.c')
-rw-r--r--testsuites/validation/tc-part-performance.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/validation/tc-part-performance.c b/testsuites/validation/tc-part-performance.c
index 5a5c4841db..858dbc0b4b 100644
--- a/testsuites/validation/tc-part-performance.c
+++ b/testsuites/validation/tc-part-performance.c
@@ -53,7 +53,6 @@
#endif
#include <rtems.h>
-#include <rtems/chain.h>
#include <rtems/test.h>
@@ -143,7 +142,7 @@ static void RtemsPartValPerf_Setup( RtemsPartValPerf_Context *ctx )
void *area;
uintptr_t length;
- size = sizeof( rtems_chain_node );
+ size = 2 * sizeof( uintptr_t );
area = T_malloc( size );
sc = rtems_partition_create(