Commit 7b4cf0be authored by Austin English's avatar Austin English Committed by Alexandre Julliard

user32/tests: Remove unneeded assignment (LLVM/Clang).

parent 121885dd
......@@ -1836,7 +1836,6 @@ static void test_DestroyCursor(void)
ok( ret, "DestroyCursor succeeded\n" );
else
ok( !ret, "DestroyCursor succeeded\n" );
error = GetLastError();
ok( GetLastError() == ERROR_INVALID_CURSOR_HANDLE || GetLastError() == 0xdeadbeef,
"wrong error %u\n", GetLastError() );
......
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