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

André Hentschel nerv at dawncrow.de
Mon Mar 29 13:34:16 CDT 2010


---
 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)
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list