Remove endian coverage from server.c (#492)

In c7ad9feb52,
we missed removed endian coverage from the legacy unit tests, so it failed to find it when building.

Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
This commit is contained in:
Madelyn Olson 2024-05-12 20:02:41 -07:00 committed by GitHub
parent c7ad9feb52
commit 4e18e326a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6932,7 +6932,6 @@ struct serverTest {
{"ziplist", ziplistTest},
{"quicklist", quicklistTest},
{"zipmap", zipmapTest},
{"endianconv", endianconvTest},
{"zmalloc", zmalloc_test},
{"dict", dictTest},
{"listpack", listpackTest},