From 09727f7523761cf57d8b90042af78088f0d4ef7f Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 4 Jun 2020 11:21:10 +0200 Subject: Fix compressor config union size test Signed-off-by: David Oberhollenzer --- tests/abi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/abi.c b/tests/abi.c index ce1a9aa..8ae2220 100644 --- a/tests/abi.c +++ b/tests/abi.c @@ -14,7 +14,6 @@ int main(void) sqfs_compressor_config_t cfg; TEST_EQUAL_UI(sizeof(cfg.opt.gzip), sizeof(cfg.opt)); - TEST_EQUAL_UI(sizeof(cfg.opt.zstd), sizeof(cfg.opt)); TEST_EQUAL_UI(sizeof(cfg.opt.lzo), sizeof(cfg.opt)); TEST_EQUAL_UI(sizeof(cfg.opt.xz), sizeof(cfg.opt)); TEST_EQUAL_UI(sizeof(cfg.opt.padd0), sizeof(cfg.opt)); -- cgit v1.2.3