tests: fix a typo (#5236)

Signed-off-by: Loong <[email protected]>
This commit is contained in:
Loong Dai
2022-11-28 10:37:22 +01:00
committed by GitHub
parent 718d6ce8ca
commit 939b5bb42f
+1 -1
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() = || {