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:
parent
0a953f117a
commit
d6c6790cb1
|
@ -4,7 +4,7 @@ IMPORTS = comctl32 ole32 user32 gdi32 advapi32
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
animate.c \
|
animate.c \
|
||||||
button.c \
|
button.c \
|
||||||
comboex.c \
|
combo.c \
|
||||||
datetime.c \
|
datetime.c \
|
||||||
dpa.c \
|
dpa.c \
|
||||||
header.c \
|
header.c \
|
||||||
|
|
|
@ -594,7 +594,7 @@ static void test_get_set_item(void)
|
||||||
DestroyWindow(hComboEx);
|
DestroyWindow(hComboEx);
|
||||||
}
|
}
|
||||||
|
|
||||||
START_TEST(comboex)
|
START_TEST(combo)
|
||||||
{
|
{
|
||||||
if (!init())
|
if (!init())
|
||||||
return;
|
return;
|
Loading…
Reference in New Issue