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:
parent
1ace84a896
commit
e89f441146
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue