Commit 72843489 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shlwapi/tests: Remove SHFormatDateTimeA() crash test.

SHFormatDateTimeA() crashes when given a NULL input pointer which is not really useful to know. Signed-off-by: 's avatarFrancois Gouget <fgouget@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent b1f4423b
......@@ -1674,12 +1674,6 @@ static void test_SHFormatDateTimeA(void)
DWORD flags;
INT ret;
if (0)
{
/* crashes on native */
pSHFormatDateTimeA(NULL, NULL, NULL, 0);
}
GetLocalTime(&st);
SystemTimeToFileTime(&st, &filetime);
/* SHFormatDateTime expects input as utc */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment