tests: tinycrypt_hmac_prng: 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:
Anas Nashif 2023-04-04 11:47:54 +00:00 committed by Carles Cufí
commit 126053c0e2

View file

@ -7548,7 +7548,6 @@ ZTEST(hmac_prng_fn, test_hmac_prng)
{ {
unsigned int result = TC_PASS; unsigned int result = TC_PASS;
TC_START("Performing HMAC-PRNG tests:");
result = test_1(); result = test_1();
zassert_false(result == TC_FAIL, "HMAC test 1 failed"); zassert_false(result == TC_FAIL, "HMAC test 1 failed");