sptests/spfatal07: Fix end of test message

This commit is contained in:
Sebastian Huber
2014-09-10 14:46:03 +02:00
parent f82752a474
commit e09f8b0808

View File

@@ -49,8 +49,8 @@ void force_error()
printk(
"WARNING - Test not applicable on this target architecture.\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);
#endif
}