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>
This commit is contained in:
Zebediah Figura 2019-03-13 09:54:02 -05:00 committed by Alexandre Julliard
parent 3b8770df8d
commit a71e6442f8
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ C_SRCS = \
memallocator.c \
misc.c \
mpegsplit.c \
referenceclock.c \
systemclock.c \
videorenderer.c \
waveparser.c

View File

@ -105,7 +105,7 @@ static void test_IReferenceClock_SystemClock(void)
}
}
START_TEST(referenceclock)
START_TEST(systemclock)
{
CoInitialize(NULL);