[PATCH 5/5] quartz/tests: Rename avisplitter.c to avisplit.c.

Zebediah Figura z.figura12 at gmail.com
Mon Feb 25 21:39:48 CST 2019


To match the Wine source file.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/quartz/tests/Makefile.in                   | 2 +-
 dlls/quartz/tests/{avisplitter.c => avisplit.c} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename dlls/quartz/tests/{avisplitter.c => avisplit.c} (99%)

diff --git a/dlls/quartz/tests/Makefile.in b/dlls/quartz/tests/Makefile.in
index 8ecced9d00..03f13899d3 100644
--- a/dlls/quartz/tests/Makefile.in
+++ b/dlls/quartz/tests/Makefile.in
@@ -2,7 +2,7 @@ TESTDLL   = quartz.dll
 IMPORTS   = oleaut32 ole32 advapi32 user32
 
 C_SRCS = \
-	avisplitter.c \
+	avisplit.c \
 	dsoundrender.c \
 	filesource.c \
 	filtergraph.c \
diff --git a/dlls/quartz/tests/avisplitter.c b/dlls/quartz/tests/avisplit.c
similarity index 99%
rename from dlls/quartz/tests/avisplitter.c
rename to dlls/quartz/tests/avisplit.c
index 757b71c640..be9ec18e94 100644
--- a/dlls/quartz/tests/avisplitter.c
+++ b/dlls/quartz/tests/avisplit.c
@@ -414,7 +414,7 @@ fail:
     DeleteFileW(filename);
 }
 
-START_TEST(avisplitter)
+START_TEST(avisplit)
 {
     CoInitialize(NULL);
 
-- 
2.20.1




More information about the wine-devel mailing list