[PATCH 2/5] quartz/tests: Rename referenceclock.c to systemclock.c.

Zebediah Figura z.figura12 at gmail.com
Tue Mar 12 23:51:09 CDT 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/{referenceclock.c => systemclock.c} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename dlls/quartz/tests/{referenceclock.c => systemclock.c} (99%)

diff --git a/dlls/quartz/tests/Makefile.in b/dlls/quartz/tests/Makefile.in
index 61f53b6197..f4c56c14eb 100644
--- a/dlls/quartz/tests/Makefile.in
+++ b/dlls/quartz/tests/Makefile.in
@@ -12,7 +12,7 @@ C_SRCS = \
 	memallocator.c \
 	misc.c \
 	mpegsplit.c \
-	referenceclock.c \
+	systemclock.c \
 	videorenderer.c \
 	waveparser.c
 
diff --git a/dlls/quartz/tests/referenceclock.c b/dlls/quartz/tests/systemclock.c
similarity index 99%
rename from dlls/quartz/tests/referenceclock.c
rename to dlls/quartz/tests/systemclock.c
index 4721675c05..c051565b5b 100644
--- a/dlls/quartz/tests/referenceclock.c
+++ b/dlls/quartz/tests/systemclock.c
@@ -105,7 +105,7 @@ static void test_IReferenceClock_SystemClock(void)
     }
 }
 
-START_TEST(referenceclock)
+START_TEST(systemclock)
 {
     CoInitialize(NULL);
 
-- 
2.20.1




More information about the wine-devel mailing list