Commit 6231d475 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

kernel32/tests: Don't test CloseHandle.

parent cb855d98
......@@ -957,7 +957,7 @@ static void testWaitForConsoleInput(HANDLE input_handle)
ok(ret, "UnregisterWait failed with error %d\n", GetLastError());
/* Clean up */
ok(CloseHandle(complete_event), "Failed to close event handle, last error %d\n", GetLastError());
CloseHandle(complete_event);
}
static void test_GetSetConsoleInputExeName(void)
......
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