summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sptask_err03/init.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 16:21:48 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-12 07:01:16 +0100
commitbfcf1473cf117d039c76f1f10e40185cdc2f51ed (patch)
tree66ff2f5daf44ede6e1e8dd7f11a84ee6ee92a165 /testsuites/sptests/sptask_err03/init.c
parentarm/csb337: Update Doxygen (GCI 2018) (diff)
downloadrtems-bfcf1473cf117d039c76f1f10e40185cdc2f51ed.tar.bz2
m32c: Remove this target
Update #3599.
Diffstat (limited to 'testsuites/sptests/sptask_err03/init.c')
-rw-r--r--testsuites/sptests/sptask_err03/init.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuites/sptests/sptask_err03/init.c b/testsuites/sptests/sptask_err03/init.c
index d28a601418..2ac54b9037 100644
--- a/testsuites/sptests/sptask_err03/init.c
+++ b/testsuites/sptests/sptask_err03/init.c
@@ -73,17 +73,11 @@ rtems_task Init(
/*
* If the bsp provides its own stack allocator, then
* skip the test that tries to allocate a stack that is too big.
- *
- * If on the m32c, we can't even ask for enough memory to trip this
- * error.
*/
skipUnsatisfied = false;
if (rtems_configuration_get_stack_allocate_hook())
skipUnsatisfied = true;
- #if defined(__m32c__)
- skipUnsatisfied = true;
- #endif
if ( skipUnsatisfied ) {
puts(