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:
parent
a223d667fa
commit
126053c0e2
1 changed files with 0 additions and 1 deletions
|
@ -7548,7 +7548,6 @@ ZTEST(hmac_prng_fn, test_hmac_prng)
|
|||
{
|
||||
unsigned int result = TC_PASS;
|
||||
|
||||
TC_START("Performing HMAC-PRNG tests:");
|
||||
|
||||
result = test_1();
|
||||
zassert_false(result == TC_FAIL, "HMAC test 1 failed");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue