From bc175a1cabdccfc28deee3ae67ff5e9a0b5aef49 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 19 Nov 2020 15:30:17 +0100 Subject: Avoid INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULL Replace a runtime check with a compile time assertion. This makes the INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULL obsolete. Update #4181. --- testsuites/sptests/configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuites/sptests/configure.ac') diff --git a/testsuites/sptests/configure.ac b/testsuites/sptests/configure.ac index 099ff0412b..4ca55e6a36 100644 --- a/testsuites/sptests/configure.ac +++ b/testsuites/sptests/configure.ac @@ -137,7 +137,6 @@ RTEMS_TEST_CHECK([speventsystem01]) RTEMS_TEST_CHECK([speventtransient01]) RTEMS_TEST_CHECK([spextensions01]) RTEMS_TEST_CHECK([spfatal01]) -RTEMS_TEST_CHECK([spfatal02]) RTEMS_TEST_CHECK([spfatal03]) RTEMS_TEST_CHECK([spfatal04]) RTEMS_TEST_CHECK([spfatal05]) -- cgit v1.2.3