kernel32: Remove a line that was supposed to be deleted by the previous patch

Dmitry Timoshkov dmitry at codeweavers.com
Tue Jan 2 07:23:54 CST 2007


Hello,

Changelog:
    kernel32: Remove a line that was supposed to be deleted by the previous patch.

--- a/dlls/kernel32/tests/locale.c
+++ b/dlls/kernel32/tests/locale.c
@@ -180,7 +180,6 @@ static void test_GetTimeFormatA(void)
   curtime.wMilliseconds = 22;
   STRINGSA("tt HH':'mm'@'ss", "AM 08:56 at 13"); /* Valid time */
   SetLastError(0xdeadbeef);
-  ret = GetTimeFormatA(lcid, NUO|TIME_FORCE24HOURFORMAT, &curtime, input, buffer, COUNTOF(buffer));
   ret = GetTimeFormatA(lcid, TIME_FORCE24HOURFORMAT, &curtime, input, buffer, COUNTOF(buffer));
   EXPECT_VALID; EXPECT_LENA; EXPECT_EQA;
 





More information about the wine-patches mailing list