From 6a9282d9bb7dd6d7665adb858161edf4e1d0778a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 9 Dec 2016 10:49:49 +0100 Subject: Rename is_internal to always_set_to_false Update #2825. --- testsuites/sptests/spfatal26/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/sptests/spfatal26') diff --git a/testsuites/sptests/spfatal26/init.c b/testsuites/sptests/spfatal26/init.c index 4013b948fc..7d204389b8 100644 --- a/testsuites/sptests/spfatal26/init.c +++ b/testsuites/sptests/spfatal26/init.c @@ -61,12 +61,12 @@ static void Init( rtems_task_argument arg ) static void fatal_extension( rtems_fatal_source source, - bool is_internal, + bool always_set_to_false, rtems_fatal_code code ) { rtems_test_assert( source == RTEMS_FATAL_SOURCE_EXCEPTION ); - rtems_test_assert( !is_internal ); + rtems_test_assert( !always_set_to_false ); rtems_exception_frame_print( (const rtems_exception_frame *) code ); -- cgit v1.2.3