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

Rename ASSERT_FALSE to TEST_FAIL

Signed-off-by: Agathiyan Bragadeesh <agathiyan.bragadeesh2@arm.com>
This commit is contained in:
Agathiyan Bragadeesh
2023-07-18 11:45:28 +01:00
parent ebb40bc336
commit dc28a5a105
10 changed files with 17 additions and 17 deletions

View File

@ -65,7 +65,7 @@
*
* \param MESSAGE The message to be outputed on assertion
*/
#define ASSERT_FALSE(MESSAGE) \
#define TEST_FAIL(MESSAGE) \
do { \
mbedtls_test_fail(MESSAGE, __LINE__, __FILE__); \
goto exit; \