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

This commit is contained in:
Felix Nawothnig 2007-02-13 21:01:35 +01:00 committed by Alexandre Julliard
parent 2a309f503d
commit feb4abf118
2 changed files with 3 additions and 3 deletions

View File

@ -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 \

View File

@ -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;