Commit d6c6790c authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

comctl32/tests: Rename test file.

parent 0a953f11
......@@ -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 \
......
......@@ -594,7 +594,7 @@ static void test_get_set_item(void)
DestroyWindow(hComboEx);
}
START_TEST(comboex)
START_TEST(combo)
{
if (!init())
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment