oleaut32: Add some spaces to the test output for better reading.

This commit is contained in:
André Hentschel 2010-03-29 20:34:16 +02:00 committed by Alexandre Julliard
parent c864ae6348
commit 81c812ecba

View file

@ -3514,7 +3514,7 @@ static void test_VarDateChangeTypeEx(void)
#define EXPECTCY64(x,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)
static void test_VarCyFromI1(void)