Skip to content

Commit

Permalink
tests/stream-tcp-list.c : Convert unittests to new FAIL/PASS API v3
Browse files Browse the repository at this point in the history
  • Loading branch information
zazie-codes committed Nov 14, 2023
1 parent 74eba57 commit 52c737d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/stream-tcp-list.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static int VALIDATE(TcpStream *stream, uint8_t *data, uint32_t data_len)
}
SCLogInfo("OK");
PrintRawDataFp(stdout, data, data_len);
return 1;
PASS;
}

#define OVERLAP_START(isn, policy) \
Expand Down

0 comments on commit 52c737d

Please sign in to comment.