1
0
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:
Tom Cosgrove
2023-08-10 15:01:34 +00:00
committed by GitHub
12 changed files with 33 additions and 23 deletions

View File

@ -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;