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:
parent
3b8770df8d
commit
a71e6442f8
|
@ -12,7 +12,7 @@ C_SRCS = \
|
|||
memallocator.c \
|
||||
misc.c \
|
||||
mpegsplit.c \
|
||||
referenceclock.c \
|
||||
systemclock.c \
|
||||
videorenderer.c \
|
||||
waveparser.c
|
||||
|
||||
|
|
|
@ -105,7 +105,7 @@ static void test_IReferenceClock_SystemClock(void)
|
|||
}
|
||||
}
|
||||
|
||||
START_TEST(referenceclock)
|
||||
START_TEST(systemclock)
|
||||
{
|
||||
CoInitialize(NULL);
|
||||
|
Loading…
Reference in New Issue