Skip to content

Commit 188a69e

Browse files
committed
test_wolfSSL_OPENSSL_hexstr2buf: test was always skipped
1 parent f9bf96d commit 188a69e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47311,7 +47311,7 @@ static int test_wolfSSL_OPENSSL_hexstr2buf(void)
4731147311
long len = 0;
4731247312
unsigned char* returnedBuf = NULL;
4731347313

47314-
for (i = 0; i < NUM_CASES && EXPECT_SUCCESS(); ++i) {
47314+
for (i = 0; i < NUM_CASES && !EXPECT_FAIL(); ++i) {
4731547315
returnedBuf = wolfSSL_OPENSSL_hexstr2buf(inputs[i], &len);
4731647316
if (returnedBuf == NULL) {
4731747317
ExpectIntEQ(expectedOutputs[i].ret, 0);

0 commit comments

Comments
 (0)