Commit e39d1614 authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

psapi/tests: Remove todo_wine from succeeding tests.

These were missed in 19a79f42. Signed-off-by: 's avatarSebastian Lackner <sebastian@fds-team.de> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent e8e23114
......@@ -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);
......
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