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

oldstable
Dmitry Timoshkov 2007-01-02 21:23:54 +08:00 committed by Alexandre Julliard
parent 44fd9a2705
commit 361ea6e4dc
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ static void test_GetTimeFormatA(void)
curtime.wMilliseconds = 22;
STRINGSA("tt HH':'mm'@'ss", "AM 08:56@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;