mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[ROSTEST] Fix copy paste bug in RtlBitmap.c
This commit is contained in:
parent
c8e1460ac5
commit
b217d8bd14
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ Test_RtlNumberOfSetBits(void)
|
|||
|
||||
RtlInitializeBitMap(&BitMapHeader, Buffer, 0);
|
||||
ok_int(RtlNumberOfSetBits(&BitMapHeader), 0);
|
||||
ok_hex(Buffer[0], IsBroken ? 0x7f00ff0f : 0x7f00ff0f);
|
||||
ok_hex(Buffer[0], IsBroken ? 0x7f00ff0f : 0xff00ff0f);
|
||||
ok_hex(Buffer[1], 0x3F303F30);
|
||||
|
||||
FreeGuarded(Buffer);
|
||||
|
|
Loading…
Reference in a new issue