Skip to content

Commit

Permalink
Remove endian coverage from server.c (#492)
Browse files Browse the repository at this point in the history
In c7ad9fe,
we missed removed endian coverage from the legacy unit tests, so it failed to find it when building.

Signed-off-by: Madelyn Olson <[email protected]>
  • Loading branch information
madolson authored May 13, 2024
1 parent c7ad9fe commit 4e18e32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -6932,7 +6932,6 @@ struct serverTest {
{"ziplist", ziplistTest},
{"quicklist", quicklistTest},
{"zipmap", zipmapTest},
{"endianconv", endianconvTest},
{"zmalloc", zmalloc_test},
{"dict", dictTest},
{"listpack", listpackTest},
Expand Down

0 comments on commit 4e18e32

Please sign in to comment.