comctl32/tests: Rename test file.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2017-12-14 09:50:19 +03:00 committed by Alexandre Julliard
parent 0a953f117a
commit d6c6790cb1
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ IMPORTS = comctl32 ole32 user32 gdi32 advapi32
C_SRCS = \
animate.c \
button.c \
comboex.c \
combo.c \
datetime.c \
dpa.c \
header.c \

View File

@ -594,7 +594,7 @@ static void test_get_set_item(void)
DestroyWindow(hComboEx);
}
START_TEST(comboex)
START_TEST(combo)
{
if (!init())
return;