summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spinternalerror02
diff options
context:
space:
mode:
authorChristian Mauderer <Christian.Mauderer@embedded-brains.de>2017-11-13 09:21:28 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-17 07:26:41 +0100
commitddc339c51fa436e91eba083029bec3849997899e (patch)
treea44b0ac3edccfcc8a038f8d9d33cee8bf35f9ad9 /testsuites/sptests/spinternalerror02
parentscore: Adjust _Scheduler_EDF_SMP_Insert_ready() (diff)
downloadrtems-ddc339c51fa436e91eba083029bec3849997899e.tar.bz2
cpukit: Add _arc4random_getentropy_fail.
Add a default implementation of _arc4random_getentropy_fail with an internal error. Update #3239.
Diffstat (limited to 'testsuites/sptests/spinternalerror02')
-rw-r--r--testsuites/sptests/spinternalerror02/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/spinternalerror02/init.c b/testsuites/sptests/spinternalerror02/init.c
index f1ef8f3826..9ee8e6dfe5 100644
--- a/testsuites/sptests/spinternalerror02/init.c
+++ b/testsuites/sptests/spinternalerror02/init.c
@@ -36,7 +36,7 @@ static void test_internal_error_text(void)
} while ( text != text_last );
rtems_test_assert(
- error - 3 == INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT
+ error - 3 == INTERNAL_ERROR_ARC4RANDOM_GETENTROPY_FAIL
);
}