comsvcs/tests: Rename test file.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
cdeb55a8f9
commit
a3bf974aee
|
@ -2,4 +2,4 @@ TESTDLL = comsvcs.dll
|
||||||
IMPORTS = uuid oleaut32 ole32
|
IMPORTS = uuid oleaut32 ole32
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
dispenser.c
|
comsvcs.c
|
||||||
|
|
|
@ -268,7 +268,7 @@ static void create_dispenser(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
START_TEST(dispenser)
|
START_TEST(comsvcs)
|
||||||
{
|
{
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
|
|
Loading…
Reference in New Issue