Test tests are using larger array starting with 1bd27e50d25fd057a57fec89f06d6e20176c5ef4.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
From: Bernhard Übelacker bernhardu@mailbox.org
Test tests are using larger array starting with 1bd27e50d25fd057a57fec89f06d6e20176c5ef4.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com --- dlls/comctl32/tests/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/comctl32/tests/status.c b/dlls/comctl32/tests/status.c index 1851507481f..ac24f91cbb8 100644 --- a/dlls/comctl32/tests/status.c +++ b/dlls/comctl32/tests/status.c @@ -257,7 +257,7 @@ static void test_status_control(void) { HWND hWndStatus; int r; - int nParts[] = {50, 150, -1}; + int nParts[] = {50, 150, -1, -1}; int checkParts[] = {0, 0, 0, 0, 0}; int borders[] = {0, 0, 0}; RECT rc;
This merge request was approved by Nikolay Sivov.
Just a tiny note, the commit message contains "Test tests" which may be unintended?
This merge request was approved by Zhiyi Zhang.