Commit a71e6442 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

quartz/tests: Rename referenceclock.c to systemclock.c.

To match the Wine source file. Signed-off-by: 's avatarZebediah Figura <z.figura12@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 3b8770df
...@@ -12,7 +12,7 @@ C_SRCS = \ ...@@ -12,7 +12,7 @@ C_SRCS = \
memallocator.c \ memallocator.c \
misc.c \ misc.c \
mpegsplit.c \ mpegsplit.c \
referenceclock.c \ systemclock.c \
videorenderer.c \ videorenderer.c \
waveparser.c waveparser.c
......
...@@ -105,7 +105,7 @@ static void test_IReferenceClock_SystemClock(void) ...@@ -105,7 +105,7 @@ static void test_IReferenceClock_SystemClock(void)
} }
} }
START_TEST(referenceclock) START_TEST(systemclock)
{ {
CoInitialize(NULL); CoInitialize(NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment