forked from Imagelibrary/rtems
sptests/spfatal07: Fix end of test message
This commit is contained in:
@@ -49,8 +49,8 @@ void force_error()
|
|||||||
printk(
|
printk(
|
||||||
"WARNING - Test not applicable on this target architecture.\n"
|
"WARNING - Test not applicable on this target architecture.\n"
|
||||||
"WARNING - Only applicable when CPU_ALLOCATE_INTERRUPT_STACK == TRUE.\n"
|
"WARNING - Only applicable when CPU_ALLOCATE_INTERRUPT_STACK == TRUE.\n"
|
||||||
"*** END OF TEST FATAL " FATAL_ERROR_TEST_NAME " ***\n"
|
|
||||||
);
|
);
|
||||||
|
rtems_test_endk();
|
||||||
rtems_test_exit(0);
|
rtems_test_exit(0);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user