about summary refs log tree commit diff
path: root/library/test/src/test_result.rs
AgeCommit message (Collapse)AuthorLines
2021-02-19Remove unsafe impl Send for CompletedTest & TestResultTomasz Miąsko-2/+0
2021-01-10Print failure message on all tests that should panic, but don'tjohanngan-1/+1
This already happens with should_panic tests without an expected message. This commit fixes should_panic tests with an expected message to have the same behavior.
2020-07-27mv std libs to library/mark-0/+115