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 \ header.c \
imagelist.c \ imagelist.c \
listview.c \ listview.c \
misc.c \
monthcal.c \ monthcal.c \
mru.c \ mru.c \
progress.c \ progress.c \
propsheet.c \ propsheet.c \
rebar.c \ rebar.c \
status.c \ status.c \
string.c \
subclass.c \ subclass.c \
tab.c \ tab.c \
toolbar.c \ toolbar.c \

View File

@ -1,5 +1,5 @@
/* /*
* String tests * Misc tests
* *
* Copyright 2006 Paul Vriens * Copyright 2006 Paul Vriens
* *
@ -116,7 +116,7 @@ static void test_GetPtrAW(void)
} }
} }
START_TEST(string) START_TEST(misc)
{ {
if(!InitFunctionPtrs()) if(!InitFunctionPtrs())
return; return;