1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Simplification of the tests

Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
TRodziewicz
2021-05-27 15:24:33 +02:00
parent 7019955c76
commit 2d0769d149
6 changed files with 33 additions and 41 deletions

View File

@ -58,9 +58,6 @@
* It allows a library function to return a value and return an error
* code that can be tested.
*
* This macro is not suitable for negative parameter validation tests,
* as it assumes the test step will not create an error.
*
* Failing the test means:
* - Mark this test case as failed.
* - Print a message identifying the failure.