kernel32: Remove a line that was supposed to be deleted by the previous patch.
This commit is contained in:
parent
44fd9a2705
commit
361ea6e4dc
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user