about summary refs log tree commit diff
path: root/tests/ui/checked_unwrap
AgeCommit message (Collapse)AuthorLines
2020-01-31update test stderrMatthias Krüger-4/+4
2019-08-01Update formattingMichael Wright-2/+4
2019-07-16UI Test Cleanup: Split up checked_unwrap testsPhilipp Hansch-0/+432
This splits up `tests/ui/checked_unwrap.rs` into: * `tests/ui/checked_unwrap/complex.rs` * `tests/ui/checked_unwrap/simple.rs` Based on the naming of the methods in the tests. cc #2038