winapi_test: Generate ok("...\n") calls

Francois Gouget fgouget at free.fr
Tue Jan 20 06:03:10 CST 2004


Changelog:

 * tools/winapi/winapi_test

   Generate ok("...\n") calls.


Index: tools/winapi/winapi_test
===================================================================
RCS file: /home/cvs/wine/tools/winapi/winapi_test,v
retrieving revision 1.13
diff -u -r1.13 winapi_test
--- tools/winapi/winapi_test	24 Oct 2003 04:43:16 -0000	1.13
+++ tools/winapi/winapi_test	20 Jan 2004 11:31:03 -0000
@@ -530,7 +530,7 @@
     print OUT "\n";
     print OUT "#ifdef _TYPE_ALIGNMENT\n";
     print OUT "#define TEST__TYPE_ALIGNMENT(type, align) \\\n";
-    print OUT "    ok(_TYPE_ALIGNMENT(type) == align, \"TYPE_ALIGNMENT(\" #type \") == %d (expected \" #align \")\", _TYPE_ALIGNMENT(type))\n";
+    print OUT "    ok(_TYPE_ALIGNMENT(type) == align, \"TYPE_ALIGNMENT(\" #type \") == %d (expected \" #align \")\\n\", _TYPE_ALIGNMENT(type))\n";
     print OUT "#else\n";
     print OUT "# define TEST__TYPE_ALIGNMENT(type, align) do { } while (0)\n";
     print OUT "#endif\n";



-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
        It really galls me that most of the computer power in the world
                          is wasted on screen savers.
                     Chris Caldwell from the GIMPS project
                       http://www.mersenne.org/prime.htm



More information about the wine-patches mailing list