tests: Remove stray uses of CONFIG_ZTEST_NEW_API
Commit 345735d0a8
removed all uses of the
now obsolete CONFIG_ZTEST_NEW_API Kconfig option. A couple of stray ones
are still remaining in the tree, remove them.
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
66f5fce68f
commit
03a7dfbaa8
|
@ -2,7 +2,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_ZTEST=y
|
||||
CONFIG_ZTEST_NEW_API=y
|
||||
|
||||
# Set log levels
|
||||
CONFIG_I2C_LOG_LEVEL_WRN=y
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_ZTEST_NEW_API=y
|
||||
|
|
Loading…
Reference in a new issue