summary refs log tree commit diff
path: root/src/test/ui/consts/const-int-arithmetic.rs
AgeCommit message (Collapse)AuthorLines
2020-02-10some more tests for i128 oveflow behaviorRalf Jung-2/+19
2020-02-04Fix testDylan MacKenzie-160/+124
2020-02-04Add tests for newly const arithmetic fnsDylan MacKenzie-0/+166
Co-Authored-By: 9999years <rbt@sent.as>