testsuite: ztest: remove superfluous default n for boolean

bool symbols implicitly default to n so
there is no need to redundant those values.

Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
This commit is contained in:
Bartosz Bilas 2022-04-15 21:21:54 +02:00 committed by Carles Cufí
commit e89f441146

View file

@ -63,7 +63,6 @@ config ZTEST_RETEST_IF_PASSED
config ZTEST_FATAL_HOOK
bool "Using a pre-defined fatal handler and hook function"
default n
help
Use the pre-defined common fatal error handler and a post hook to
do actions in your test case, this option often enabled when doing
@ -72,7 +71,6 @@ config ZTEST_FATAL_HOOK
config ZTEST_ASSERT_HOOK
bool "Using a pre-defined assert handler and hook function"
default n
help
Use the pre-defined common assert fail handler and a post hook to
do actions in your test case, this option often enabled when doing