Ported test cases for class Integer
[ACL.git] / test / integer_modulo.exp
1 2^32 = 4294967296
2 2^32 % (2^32-1) = 1
3 2^32 % (2^32-1) = 1
4
5 End of test
6 PASS integer_modulo (exit status: 0)