We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8669921 + 188a69e commit 4ed197dCopy full SHA for 4ed197d
1 file changed
tests/api.c
@@ -47391,7 +47391,7 @@ static int test_wolfSSL_OPENSSL_hexstr2buf(void)
47391
long len = 0;
47392
unsigned char* returnedBuf = NULL;
47393
47394
- for (i = 0; i < NUM_CASES && EXPECT_SUCCESS(); ++i) {
+ for (i = 0; i < NUM_CASES && !EXPECT_FAIL(); ++i) {
47395
returnedBuf = wolfSSL_OPENSSL_hexstr2buf(inputs[i], &len);
47396
if (returnedBuf == NULL) {
47397
ExpectIntEQ(expectedOutputs[i].ret, 0);
0 commit comments