diff --git a/tests/01_int.py b/tests/01_int.py index e6a53481..a5d5fe4d 100644 --- a/tests/01_int.py +++ b/tests/01_int.py @@ -1,7 +1,3 @@ -assert 1 < 2 < 3 -assert 4 > 3 >= 3 -assert not 1 < 2 > 3 - # test int literals assert 0xffff == 65535 assert 0xAAFFFF == 11206655