Fix the tests broken by replacing task with thread

This commit is contained in:
Barosl Lee 2015-05-09 02:14:51 +09:00
parent 857b70f3e5
commit 9b91ccffb0

View file

@ -22,5 +22,5 @@ fn main() {
}
fn startfn() {
assert!("Ensure that the child task runs by panicking".is_empty());
assert!("Ensure that the child thread runs by panicking".is_empty());
}