Skip to content

Commit 59fe5e5

Browse files
committed
Fix the tests broken by replacing task with thread
1 parent 5f15729 commit 59fe5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-fail/task-spawn-barefn.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ fn main() {
2222
}
2323

2424
fn startfn() {
25-
assert!("Ensure that the child task runs by panicking".is_empty());
25+
assert!("Ensure that the child thread runs by panicking".is_empty());
2626
}

0 commit comments

Comments
 (0)