From e89f441146b4b12ea9e7c68bf64bc83817f87793 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Fri, 15 Apr 2022 21:21:54 +0200 Subject: [PATCH] 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 --- subsys/testsuite/ztest/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/subsys/testsuite/ztest/Kconfig b/subsys/testsuite/ztest/Kconfig index 71ec7fdd26f..9e362125d28 100644 --- a/subsys/testsuite/ztest/Kconfig +++ b/subsys/testsuite/ztest/Kconfig @@ -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