[rtems commit] libtest: Add missing initializer

Sebastian Huber sebh at rtems.org
Mon Jul 25 07:54:35 UTC 2022


Module:    rtems
Branch:    master
Commit:    e584ee4bde101f9fdaa3854fda9be40bf4f9e06a
Changeset: http://git.rtems.org/rtems/commit/?id=e584ee4bde101f9fdaa3854fda9be40bf4f9e06a

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Jul 25 09:59:14 2022 +0200

libtest: Add missing initializer

---

 cpukit/include/rtems/test-info.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.



More information about the vc mailing list