summaryrefslogtreecommitdiff
path: root/tests/micropython/viper_binop_comp_uint.py.exp
blob: cacce62b6e38081b19ca71a27b6c46055d2518d9 (plain)
1
2
3
4
5
6
1 1 == <= >=
2 1 > >= !=
1 2 < <= !=
2 -1 < <= !=
-2 1 > >= !=
-2 -1 < <= !=