Commit a112457c authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

psapi/tests: Avoid "misleading indentation" warnings.

parent 7cd6681b
......@@ -184,7 +184,7 @@ static void test_EnumProcessModules(void)
SetLastError(0xdeadbeef);
ret = EnumProcessModules(pi.hProcess, &hMod, sizeof(HMODULE), &cbNeeded);
ok(!ret, "got %d\n", ret);
todo_wine
todo_wine
ok(GetLastError() == ERROR_PARTIAL_COPY, "got error %u\n", GetLastError());
TerminateProcess(pi.hProcess, 0);
......
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