psapi/tests: Remove todo_wine from succeeding tests.
These were missed in 19a79f4228
.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e8e23114a2
commit
e39d1614a9
|
@ -303,9 +303,7 @@ static void test_GetProcessMemoryInfo(void)
|
|||
|
||||
SetLastError(0xdeadbeef);
|
||||
ret = pGetProcessMemoryInfo(hpSR, &pmc, sizeof(pmc));
|
||||
todo_wine
|
||||
ok(!ret, "GetProcessMemoryInfo should fail\n");
|
||||
todo_wine
|
||||
ok(GetLastError() == ERROR_ACCESS_DENIED, "expected error=ERROR_ACCESS_DENIED but got %d\n", GetLastError());
|
||||
|
||||
SetLastError(0xdeadbeef);
|
||||
|
|
Loading…
Reference in New Issue