mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
user32/tests: Remove unneeded assignment (LLVM/Clang).
This commit is contained in:
parent
121885dd2d
commit
7b4cf0bec0
@ -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() );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user