From 38407d95493c83e75c82f2ffc482b3c9e4948991 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 10 Oct 2023 12:03:19 +0000 Subject: [PATCH] tests: remove usage of CONFIG_ZTEST_NEW_API Old ztest APIs are removed, so no need to set this anymore. Signed-off-by: Anas Nashif --- tests/prj.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/prj.conf b/tests/prj.conf index 792f4d2..d8b339f 100644 --- a/tests/prj.conf +++ b/tests/prj.conf @@ -1,5 +1,4 @@ CONFIG_ZTEST=y -CONFIG_ZTEST_NEW_API=y CONFIG_FPU=y CONFIG_NEWLIB_LIBC=y CONFIG_ZSL=y