Module: wine Branch: master Commit: a71e6442f8143ee238e5a3322f4b44c18e1b1038 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a71e6442f8143ee238e5a3322...
Author: Zebediah Figura z.figura12@gmail.com Date: Wed Mar 13 09:54:02 2019 -0500
quartz/tests: Rename referenceclock.c to systemclock.c.
To match the Wine source file.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/quartz/tests/Makefile.in | 2 +- dlls/quartz/tests/{referenceclock.c => systemclock.c} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/quartz/tests/Makefile.in b/dlls/quartz/tests/Makefile.in index 61f53b6..f4c56c1 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 4721675..c051565 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);