File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
host/tests/integration_tests/evil Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ async fn test_udfs() {
7777/// - **future completes:** In that case the evil payload probably doesn't spin at all or not correctly.
7878/// - **hang:** The test just hangs forever. In that case the future does not correctly yield back to the tokio
7979/// runtime, either because it is actually pinning the CPU or because it is waiting for something (i.e. thread is
80- /// suspended). That would be a legitimate bug since the evil paylod should not be able to force the host into a
80+ /// suspended). That would be a legitimate bug since the evil payload should not be able to force the host into a
8181/// hanging state.
8282async fn assert_timeout < Fut > ( fut : Fut )
8383where
You can’t perform that action at this time.
0 commit comments