mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-19 05:43:14 +03:00
Merge pull request #7936 from AgathiyanB/assert-false-macro
Add TEST_FAIL macro for tests
This commit is contained in:
@ -1759,8 +1759,8 @@ static int check_ssl_version(
|
||||
break;
|
||||
|
||||
default:
|
||||
TEST_ASSERT(
|
||||
!"Version check not implemented for this protocol version");
|
||||
TEST_FAIL(
|
||||
"Version check not implemented for this protocol version");
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user