From e584ee4bde101f9fdaa3854fda9be40bf4f9e06a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 25 Jul 2022 09:59:14 +0200 Subject: libtest: Add missing initializer --- cpukit/include/rtems/test-info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/include/rtems/test-info.h b/cpukit/include/rtems/test-info.h index c7c6c2438d..ca96241e2e 100644 --- a/cpukit/include/rtems/test-info.h +++ b/cpukit/include/rtems/test-info.h @@ -70,7 +70,7 @@ void rtems_test_fatal_extension( * @brief Initial extension for tests. */ #define RTEMS_TEST_INITIAL_EXTENSION \ - { NULL, NULL, NULL, NULL, NULL, NULL, NULL, rtems_test_fatal_extension } + { NULL, NULL, NULL, NULL, NULL, NULL, NULL, rtems_test_fatal_extension, NULL } /** * @brief Test states. -- cgit v1.2.3