()
| 2537 | |
| 2538 | #[test] |
| 2539 | fn p2_cli_much_stdout() -> Result<()> { |
| 2540 | run_much_stdout(P2_CLI_MUCH_STDOUT_COMPONENT, &[]) |
| 2541 | } |
| 2542 | |
| 2543 | #[test] |
| 2544 | #[cfg_attr(not(feature = "component-model-async"), ignore)] |
nothing calls this directly
no test coverage detected