()
| 2564 | #[tokio::test] |
| 2565 | #[cfg_attr(not(feature = "component-model-async"), ignore)] |
| 2566 | async fn p3_cli_serve_hello_world() -> Result<()> { |
| 2567 | cli_serve_hello_world(P3_CLI_SERVE_HELLO_WORLD_COMPONENT, 1, 1, |cmd| { |
| 2568 | cmd.arg("-Wcomponent-model-async"); |
| 2569 | cmd.arg("-Sp3,cli"); |
| 2570 | }) |
| 2571 | .await |
| 2572 | } |
| 2573 | |
| 2574 | #[tokio::test] |
| 2575 | async fn p2_cli_serve_hello_world() -> Result<()> { |
nothing calls this directly
no test coverage detected