]> git.lizzy.rs Git - rust.git/commit
Fixes test which are now run due to should_panic
authorLukas Pustina <lukas.pustina@centerdevice.com>
Tue, 22 Mar 2016 14:19:24 +0000 (15:19 +0100)
committerLukas Pustina <lukas.pustina@centerdevice.com>
Tue, 22 Mar 2016 14:19:24 +0000 (15:19 +0100)
commit561337223fc5aa6d97457bdd133f7404b6ae562a
treed3355ce1307ec9576b71da373da32b03a58de80b
parent0dd5f67f4af2f071fa435dc0487d3678d3cf40dd
Fixes test which are now run due to should_panic

Since I changed no_run to should_panic on some tests, the were run but
two lacked an actual assertion. Further, I missed to check the return
type on another test.
src/libstd/process.rs