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

This commit is contained in:
Austin English 2011-02-08 16:04:59 -08:00 committed by Alexandre Julliard
parent 121885dd2d
commit 7b4cf0bec0
1 changed files with 0 additions and 1 deletions

View File

@ -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() );