Module: wine Branch: master Commit: 81c812ecbaba563851ebcc1bc2c88a7ae4884152 URL: http://source.winehq.org/git/wine.git/?a=commit;h=81c812ecbaba563851ebcc1bc2...
Author: André Hentschel nerv@dawncrow.de Date: Mon Mar 29 20:34:16 2010 +0200
oleaut32: Add some spaces to the test output for better reading.
---
dlls/oleaut32/tests/vartype.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/oleaut32/tests/vartype.c b/dlls/oleaut32/tests/vartype.c index b973a54..d785a59 100644 --- a/dlls/oleaut32/tests/vartype.c +++ b/dlls/oleaut32/tests/vartype.c @@ -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)