From a7dcef97e93240b1947a0094b1af91e9b9324a30 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 17 Nov 2017 06:36:54 +0100 Subject: score: Simplify global construction Update #3243. --- testsuites/sptests/spextensions01/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/sptests/spextensions01') diff --git a/testsuites/sptests/spextensions01/init.c b/testsuites/sptests/spextensions01/init.c index 35fce4878e..f9e3c11140 100644 --- a/testsuites/sptests/spextensions01/init.c +++ b/testsuites/sptests/spextensions01/init.c @@ -318,7 +318,7 @@ static void three_fatal( { if (source == RTEMS_FATAL_SOURCE_EXIT) { assert_forward_order(3); - assert(counter == 72); + assert(counter == 68); TEST_END(); } } @@ -453,8 +453,8 @@ static void test(void) #endif active_extensions = 4; - assert(counter == 14); - counter = 16; + assert(counter == 10); + counter = 12; sc = rtems_task_create( rtems_build_name('W', 'O', 'R', 'K'), -- cgit v1.2.3