Commit 5e30e5a0 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

kernel32/tests: Test for functions should be or-ed.

parent 25301a76
......@@ -851,7 +851,7 @@ START_TEST(console)
testCtrlHandler();
/* still to be done: access rights & access on objects */
if (!pGetConsoleInputExeNameA && !pSetConsoleInputExeNameA)
if (!pGetConsoleInputExeNameA || !pSetConsoleInputExeNameA)
{
skip("GetConsoleInputExeNameA and/or SetConsoleInputExeNameA is not available\n");
return;
......
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