diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-06-04 11:21:10 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-06-04 11:21:10 +0200 |
commit | 09727f7523761cf57d8b90042af78088f0d4ef7f (patch) | |
tree | 45559bce84353233107ce10106dc39b0da4f9c95 /tests | |
parent | 4a2c2140d4d11a3cc1a244682e28a78113302cc3 (diff) |
Fix compressor config union size test
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/abi.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)); |