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:
Nikolay Sivov 2019-11-03 22:30:55 +03:00 committed by Alexandre Julliard
parent cdeb55a8f9
commit a3bf974aee
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ TESTDLL = comsvcs.dll
IMPORTS = uuid oleaut32 ole32 IMPORTS = uuid oleaut32 ole32
C_SRCS = \ C_SRCS = \
dispenser.c comsvcs.c

View File

@ -268,7 +268,7 @@ static void create_dispenser(void)
} }
START_TEST(dispenser) START_TEST(comsvcs)
{ {
HRESULT hr; HRESULT hr;