mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
[bitops] Fix typo in test case
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -60,7 +60,7 @@ static void bitops_test_exec ( void ) {
|
||||
|
||||
/* Test clear_bit() */
|
||||
clear_bit ( 0, bits );
|
||||
ok ( bits[5] == 0x00 );
|
||||
ok ( bits[0] == 0x00 );
|
||||
bits[5] = 0xff;
|
||||
clear_bit ( 42, bits );
|
||||
ok ( bits[5] == 0xfb );
|
||||
|
||||
Reference in New Issue
Block a user