1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-19 05:43:14 +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

@ -1753,7 +1753,7 @@ static int check_ssl_version(
break;
default:
ASSERT_FALSE(
TEST_FAIL(
"Version check not implemented for this protocol version");
}