[PATCH] comctl32/tests: Remove redundant assignment.

Andrey Gusev andrey.goosev at gmail.com
Fri Jan 4 08:57:29 CST 2019


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/comctl32/tests/imagelist.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/comctl32/tests/imagelist.c b/dlls/comctl32/tests/imagelist.c
index 3bb7902a13..86d0fabf9e 100644
--- a/dlls/comctl32/tests/imagelist.c
+++ b/dlls/comctl32/tests/imagelist.c
@@ -918,7 +918,6 @@ static void check_ilhead_data(const ILHEAD *ilh, INT cx, INT cy, INT cur, INT ma
     }
     else
     {
-        grow = (WORD)(grow + 3) & ~3;
         ok(ilh->cMaxImage == max, "wrong cMaxImage %d (expected %d)\n", ilh->cMaxImage, max);
         ok(ilh->cGrow == grow_aligned, "Unexpected cGrow %d, expected %d\n", ilh->cGrow, grow_aligned);
     }
-- 
2.20.1




More information about the wine-devel mailing list