mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[WTSAPI32_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
e88e8daabf
commit
ae27690742
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ static void test_WTSEnumerateProcessesW(void)
|
||||||
{
|
{
|
||||||
found = found || !lstrcmpW(pname, info[i].pProcessName);
|
found = found || !lstrcmpW(pname, info[i].pProcessName);
|
||||||
}
|
}
|
||||||
todo_wine
|
|
||||||
ok(found || broken(!ret), "process name %s not found\n", wine_dbgstr_w(pname));
|
ok(found || broken(!ret), "process name %s not found\n", wine_dbgstr_w(pname));
|
||||||
if (info) WTSFreeMemory(info);
|
if (info) WTSFreeMemory(info);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue