summaryrefslogtreecommitdiff
path: root/cpukit/libmisc/testsupport/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/testsupport/test.h')
-rw-r--r--cpukit/libmisc/testsupport/test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/testsupport/test.h b/cpukit/libmisc/testsupport/test.h
index 2b4fcd1073..3dbdb9e32e 100644
--- a/cpukit/libmisc/testsupport/test.h
+++ b/cpukit/libmisc/testsupport/test.h
@@ -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.