From 3fa6e41c4c01fca2cefcfcd22ad48dd8184f70fc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 26 Sep 2023 08:26:05 +0200 Subject: [PATCH] validation: Simplify partition performance test Do not depend on . Update #3716. --- testsuites/validation/tc-part-performance.c | 3 +-- 1 file changed, 1 insertion(+), 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 -#include #include @@ -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(