summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfatal01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-20 06:30:26 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-22 09:40:23 +0100
commitcd3e2204c74f032f8088f0426ed2a3732bdedf8d (patch)
tree2d6012391af427d5509a83a21cc487279aed8ab4 /testsuites/psxtests/psxfatal01
parentscore: Simplify global construction (diff)
downloadrtems-cd3e2204c74f032f8088f0426ed2a3732bdedf8d.tar.bz2
INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULL
Delete superfluous INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULL. Update #3243.
Diffstat (limited to 'testsuites/psxtests/psxfatal01')
-rw-r--r--testsuites/psxtests/psxfatal01/testcase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxfatal01/testcase.h b/testsuites/psxtests/psxfatal01/testcase.h
index a88ef48945..e67f879ff6 100644
--- a/testsuites/psxtests/psxfatal01/testcase.h
+++ b/testsuites/psxtests/psxfatal01/testcase.h
@@ -29,7 +29,7 @@ posix_initialization_threads_table POSIX_Initialization_threads[] = {
"POSIX API Init thread create failure - NULL entry"
#define FATAL_ERROR_EXPECTED_SOURCE INTERNAL_ERROR_CORE
#define FATAL_ERROR_EXPECTED_ERROR \
- INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULL
+ INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILED
void force_error(void)
{