testsupport/test.h: Add RTEMS_NO_RETURN to rtems_test_exit()

This commit is contained in:
Joel Sherrill
2017-11-29 10:31:15 -06:00
parent d6c5a97896
commit 885bbd61c0

View File

@@ -108,7 +108,7 @@ int rtems_test_end(const char* name);
* @brief Exit the test without calling exit() since it closes stdin, etc and
* pulls in stdio code
*/
void rtems_test_exit(int status);
void rtems_test_exit(int status) RTEMS_NO_RETURN;
/**
* @brief Prints via the RTEMS printer.