quartz/tests: Rename avisplitter.c to avisplit.c.

To match the Wine source file.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2019-02-25 21:39:48 -06:00 committed by Alexandre Julliard
parent f3a4b4984e
commit 6de638eac7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ TESTDLL = quartz.dll
IMPORTS = oleaut32 ole32 advapi32 user32
C_SRCS = \
avisplitter.c \
avisplit.c \
dsoundrender.c \
filesource.c \
filtergraph.c \

View File

@ -414,7 +414,7 @@ fail:
DeleteFileW(filename);
}
START_TEST(avisplitter)
START_TEST(avisplit)
{
CoInitialize(NULL);