Ejemplo n.º 1
0
def test_unsigned_right_shift_int2():
    assert BitUtil.unsigned_right_shift_int(-1, 0) == -1
Ejemplo n.º 2
0
def test_unsigned_right_shift_int():
    assert BitUtil.unsigned_right_shift_int(-100, 1) == 2147483598