()
| 2543 | #[test] |
| 2544 | #[cfg_attr(not(feature = "component-model-async"), ignore)] |
| 2545 | fn p3_cli_much_stdout() -> Result<()> { |
| 2546 | run_much_stdout( |
| 2547 | P3_CLI_MUCH_STDOUT_COMPONENT, |
| 2548 | &["-Wcomponent-model-async", "-Sp3"], |
| 2549 | ) |
| 2550 | } |
| 2551 | |
| 2552 | #[test] |
| 2553 | fn p2_cli_max_resources() -> Result<()> { |
nothing calls this directly
no test coverage detected