Merge: tests: Test result update for `curl_http`
[nit.git] / tests / sav / bitwise_operations_args1.res
1 a and b: 0
2 a or b: 15
3 a xor b: 15
4 not a: -6
5 a << b: 5120
6 a >> b: 0