about summary refs log tree commit diff
path: root/src/libcoretest/fmt/float.rs
AgeCommit message (Collapse)AuthorLines
2017-04-03Move libXtest into libX/testsStjepan Glavina-37/+0
This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to #39561.
2017-02-07Improve fmt floatSon-7/+25
* Move to a separate float mod * Add more tests for f64 f32 lower exp upper exp * Use assert_eq for a clearer error message
2015-10-16Add unused modules to libcoretestFlorian Hahn-1/+3
2015-04-10Fix for #23150Ben Ashford-0/+17