From e7af676be9035962d2fc5432b2059c132613051c Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 4 Apr 2023 11:48:07 +0000 Subject: [PATCH] tests: mbedtls: do not use TC_START for debugging TC_START is used to evaluate output of tests and is used internally by ztest when a test starts, no need to call this manually here. Signed-off-by: Anas Nashif --- tests/crypto/mbedtls/src/mbedtls.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/crypto/mbedtls/src/mbedtls.c b/tests/crypto/mbedtls/src/mbedtls.c index 971e87cc58..762cdc1562 100644 --- a/tests/crypto/mbedtls/src/mbedtls.c +++ b/tests/crypto/mbedtls/src/mbedtls.c @@ -153,8 +153,6 @@ ZTEST_USER(mbedtls_fn, test_mbedtls) mbedtls_platform_set_printf(MBEDTLS_PRINT); #endif - TC_START("Performing mbedTLS crypto tests:"); - /* * The C standard doesn't guarantee that all-bits-0 is the representation * of a NULL pointer. We do however use that in our code for initializing