summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/rtems/part/val/perf.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/rtems/part/val/perf.yml b/spec/rtems/part/val/perf.yml
index 4758304a..6bac1584 100644
--- a/spec/rtems/part/val/perf.yml
+++ b/spec/rtems/part/val/perf.yml
@@ -43,7 +43,6 @@ test-context-support: null
test-description: null
test-includes:
- rtems.h
-- rtems/chain.h
test-local-includes: []
test-prepare: null
test-setup:
@@ -55,7 +54,7 @@ test-setup:
void *area;
uintptr_t length;
- size = sizeof( rtems_chain_node );
+ size = 2 * sizeof( uintptr_t );
area = T_malloc( size );
sc = rtems_partition_create(