Commit 3f80ea69 authored by Alexandre Julliard's avatar Alexandre Julliard

kernel32/tests: Remove an unreliable test.

parent 1431702f
......@@ -1644,8 +1644,6 @@ static void test_Console(void)
ok(modeInC == (modeIn ^ 1), "Wrong console mode\n");
ok(modeOutC == (modeOut ^ 1), "Wrong console-SB mode\n");
trace("cursor position(X): %d/%d\n",sbi.dwCursorPosition.X, sbiC.dwCursorPosition.X);
ok(sbiC.dwCursorPosition.Y == (sbi.dwCursorPosition.Y ^ 1), "Wrong cursor position\n");
release_memory();
DeleteFileA(resfile);
......
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