mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[ROSTEST] Fix copy paste bug in RtlBitmap.c
This commit is contained in:
committed by
Timo Kreuzer
parent
c8e1460ac5
commit
b217d8bd14
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user