tests: fix a typo (#5236)

Signed-off-by: Loong <loong.dai@intel.com>
This commit is contained in:
Loong Dai 2022-11-28 17:37:22 +08:00 committed by GitHub
parent 718d6ce8ca
commit 939b5bb42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ macro_rules! cfg_not_wasi {
}
}
// Manualy re-implementation of `async_assert_fn` for `poll_fn`. The macro
// Manually re-implementation of `async_assert_fn` for `poll_fn`. The macro
// doesn't work for this particular case because constructing the closure
// is too complicated.
const _: fn() = || {