Commit 81c812ec authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

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

parent c864ae63
......@@ -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)
......
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