Commit e807b7e1 authored by Alberto Escolar Piedras's avatar Alberto Escolar Piedras Committed by Anas Nashif
Browse files

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: default avatarAlberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
parent 3c68a20d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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