summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/record01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/record01/init.c')
-rw-r--r--testsuites/libtests/record01/init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/libtests/record01/init.c b/testsuites/libtests/record01/init.c
index 86255437f3..cb4cf451c9 100644
--- a/testsuites/libtests/record01/init.c
+++ b/testsuites/libtests/record01/init.c
@@ -59,7 +59,9 @@ typedef struct {
static test_context test_instance;
-const unsigned int _Record_Item_count = ITEM_COUNT;
+const Record_Configuration _Record_Configuration = {
+ .item_count = ITEM_COUNT
+};
#define UE(user) RTEMS_RECORD_USER(user)