summaryrefslogtreecommitdiff
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-11-29 10:31:15 -0600
committerJoel Sherrill <joel@rtems.org>2017-11-29 13:03:40 -0600
commit885bbd61c01b4ff58771ad997f0038f71cd1bce3 (patch)
tree7f82f083b45c14e91c9125887a716f993ccbbadc /cpukit
parentd6c5a9789683296ea9d000369fa7c80caa886a48 (diff)
testsupport/test.h: Add RTEMS_NO_RETURN to rtems_test_exit()
Diffstat (limited to 'cpukit')
-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.