mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
Fix the tests broken by replacing task
with thread
This commit is contained in:
parent
857b70f3e5
commit
9b91ccffb0
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user