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 <anas.nashif@intel.com>
This commit is contained in:
parent
126053c0e2
commit
e7af676be9
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue