]> git.lizzy.rs Git - rust.git/commitdiff
Fix the tests broken by replacing `task` with `thread`
authorBarosl Lee <vcs@barosl.com>
Fri, 8 May 2015 17:14:51 +0000 (02:14 +0900)
committerBarosl Lee <vcs@barosl.com>
Fri, 8 May 2015 19:04:08 +0000 (04:04 +0900)
src/test/run-fail/task-spawn-barefn.rs

index 8ad9d4cf6e2c59f676b08bf23962a7d46844835a..ede055acd61ffcb7a20a3ff54461b366a2633a12 100644 (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());
 }