summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-08-07 21:16:38 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-08-07 21:16:38 +0200
commit199e1e16142ba7352c0854497bea608679848208 (patch)
tree951c1e3bcdf6bbfbfb3fea2dd44334c7a5b84655
parentffec3022577bec504849fbac28d717746164741b (diff)
testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-response.c
-rw-r--r--testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-response.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-response.c b/testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-response.c
index c6f22c2523..1d04d6b51f 100644
--- a/testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-response.c
+++ b/testsuites/validation/tr-fatal-bsp-sparc-leon3-shutdown-response.c
@@ -116,7 +116,7 @@ static T_fixture BspSparcLeon3ValFatalShutdownResponse_Fixture = {
static void TriggerTestCase( void )
{
- rtems_fatal( RTEMS_FATAL_SOURCE_APPLICATION, 123456 );
+ rtems_fatal( RTEMS_FATAL_SOURCE_SMP, 123456 );
}
RTEMS_SYSINIT_ITEM(
@@ -143,7 +143,7 @@ static void BspSparcLeon3ValFatalShutdownResponse_Action_0(
/*
* Check that the expected fatal source is present.
*/
- T_step_eq_int( 0, ctx->source, RTEMS_FATAL_SOURCE_APPLICATION );
+ T_step_eq_int( 0, ctx->source, RTEMS_FATAL_SOURCE_SMP );
/*
* Check that the expected fatal code is present.