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:
parent
c7ad9feb52
commit
4e18e326a1
@ -6932,7 +6932,6 @@ struct serverTest {
|
||||
{"ziplist", ziplistTest},
|
||||
{"quicklist", quicklistTest},
|
||||
{"zipmap", zipmapTest},
|
||||
{"endianconv", endianconvTest},
|
||||
{"zmalloc", zmalloc_test},
|
||||
{"dict", dictTest},
|
||||
{"listpack", listpackTest},
|
||||
|
Loading…
x
Reference in New Issue
Block a user