Skip to content

Commit

Permalink
Remove assertion from test-aligment.c
Browse files Browse the repository at this point in the history
`off_t` is not 64 bits in all platforms (like Win32)
  • Loading branch information
plusvic committed Apr 8, 2024
1 parent 924fa58 commit 3395fee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test-alignment.c
Expand Up @@ -72,8 +72,6 @@ int main(int argc, char **argv)
{
YR_DEBUG_INITIALIZE();

CHECK_SIZE(off_t, 8);

CHECK_SIZE(YR_SUMMARY, 12);
CHECK_OFFSET(YR_SUMMARY, 0, num_rules);
CHECK_OFFSET(YR_SUMMARY, 4, num_strings);
Expand Down

0 comments on commit 3395fee

Please sign in to comment.