samples/basic/hash_map: Remove clarification sentence
This current sentence would need to be clarified a bit further to be really correct: It is only when building with the host C library that it applies, but with native_sim we can build with other libC's. The twister tests definitions are testing only with embedded C libraries, and there is anyway no harm if somebody defines the heap size even if using the host libC. So as such it would seem better to just remove this sentence. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
3c68a20d75
commit
e807b7e1c2
|
@ -18,9 +18,6 @@ config TEST_LIB_HASH_MAP_MAX_ENTRIES
|
|||
|
||||
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE
|
||||
|
||||
For native_sim, the number of entries can be configured
|
||||
independently of the arena size since the native libc is used.
|
||||
|
||||
config TEST_LIB_HASH_MAP_DURATION_S
|
||||
int "Duration of test (in seconds)"
|
||||
default 3
|
||||
|
|
Loading…
Reference in a new issue