tests: mem_alloc: don't set main thread size

This test uses ztest, there is no need to set this and it
was breaking builds with CONFIG_COVERAGE=y

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2019-07-01 11:18:26 -07:00 committed by Andrew Boie
commit 6d3566a0b8
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
CONFIG_ZTEST=y
CONFIG_NEWLIB_LIBC=y
CONFIG_MAIN_STACK_SIZE=1024
CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE=512
CONFIG_TEST_USERSPACE=y

View file

@ -1,4 +1,3 @@
CONFIG_ZTEST=y
CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_NANO=y
CONFIG_MAIN_STACK_SIZE=1024