Skip to content

Commit 7734499

Browse files
committed
Fix tests broken by replacing task with thread
1 parent 857b70f commit 7734499

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)