mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-19 05:43:14 +03:00
Add ASSERT_FALSE macro for tests
Signed-off-by: Agathiyan Bragadeesh <agathiyan.bragadeesh2@arm.com>
This commit is contained in:
@ -1753,8 +1753,8 @@ static int check_ssl_version(
|
||||
break;
|
||||
|
||||
default:
|
||||
TEST_ASSERT(
|
||||
!"Version check not implemented for this protocol version");
|
||||
ASSERT_FALSE(
|
||||
"Version check not implemented for this protocol version");
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user