Skip to content

Commit

Permalink
one final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agayev committed Nov 12, 2022
1 parent d8c85b1 commit 76cb324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio/tests/task_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ fn task_try_id_outside_task() {
assert_eq!(None, task::try_id());
}

#[cfg(not(tokio_wasi))]
#[test]
fn task_try_id_inside_block_on() {
let rt = Runtime::new().unwrap();
Expand Down

0 comments on commit 76cb324

Please sign in to comment.