comctl32: Rename 'string' test to 'misc'.
This commit is contained in:
parent
2a309f503d
commit
feb4abf118
|
@ -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 \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* 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;
|
Loading…
Reference in New Issue