mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
oleaut32: Add some spaces to the test output for better reading.
This commit is contained in:
parent
c864ae6348
commit
81c812ecba
@ -3514,7 +3514,7 @@ static void test_VarDateChangeTypeEx(void)
|
|||||||
|
|
||||||
#define EXPECTCY64(x,y) \
|
#define EXPECTCY64(x,y) \
|
||||||
ok(hres == S_OK && S(out).Hi == (LONG)x && S(out).Lo == y, \
|
ok(hres == S_OK && S(out).Hi == (LONG)x && S(out).Lo == y, \
|
||||||
"expected " #x #y "(%u,%u), got (%u,%u); hres=0x%08x\n", \
|
"expected " #x " " #y " (%u,%u), got (%u,%u); hres=0x%08x\n", \
|
||||||
(ULONG)(x), (ULONG)(y), S(out).Hi, S(out).Lo, hres)
|
(ULONG)(x), (ULONG)(y), S(out).Hi, S(out).Lo, hres)
|
||||||
|
|
||||||
static void test_VarCyFromI1(void)
|
static void test_VarCyFromI1(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user