Skip to content

Commit

Permalink
Fix the tests broken by replacing task with thread
Browse files Browse the repository at this point in the history
  • Loading branch information
barosl committed May 8, 2015
1 parent 857b70f commit 9b91ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-fail/task-spawn-barefn.rs
Expand Up @@ -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());
}

0 comments on commit 9b91ccf

Please sign in to comment.