Commit feb4abf1 authored by Felix Nawothnig's avatar Felix Nawothnig Committed by Alexandre Julliard

comctl32: Rename 'string' test to 'misc'.

parent 2a309f50
......@@ -11,13 +11,13 @@ CTESTS = \
header.c \
imagelist.c \
listview.c \
misc.c \
monthcal.c \
mru.c \
progress.c \
propsheet.c \
rebar.c \
status.c \
string.c \
subclass.c \
tab.c \
toolbar.c \
......
/*
* String tests
* Misc tests
*
* Copyright 2006 Paul Vriens
*
......@@ -116,7 +116,7 @@ static void test_GetPtrAW(void)
}
}
START_TEST(string)
START_TEST(misc)
{
if(!InitFunctionPtrs())
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