https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ae2769074211c661cbb833...
commit ae2769074211c661cbb833cb997c5b3c69d758ed Author: Amine Khaldi amine.khaldi@reactos.org AuthorDate: Sun Mar 25 12:42:24 2018 +0100 Commit: Amine Khaldi amine.khaldi@reactos.org CommitDate: Sun Mar 25 12:42:24 2018 +0100
[WTSAPI32_WINETEST] Sync with Wine Staging 3.3. CORE-14434 --- modules/rostests/winetests/wtsapi32/wtsapi.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/modules/rostests/winetests/wtsapi32/wtsapi.c b/modules/rostests/winetests/wtsapi32/wtsapi.c index 0a1b1ecb7c..dd5c8e8637 100644 --- a/modules/rostests/winetests/wtsapi32/wtsapi.c +++ b/modules/rostests/winetests/wtsapi32/wtsapi.c @@ -85,7 +85,6 @@ static void test_WTSEnumerateProcessesW(void) { found = found || !lstrcmpW(pname, info[i].pProcessName); } - todo_wine ok(found || broken(!ret), "process name %s not found\n", wine_dbgstr_w(pname)); if (info) WTSFreeMemory(info); }