()
| 668 | #[test] // allow(test-attribute) |
| 669 | #[ignore = "runs forever"] |
| 670 | fn fuzz_create_sockets() { |
| 671 | loop { |
| 672 | test_create_sockets(); |
| 673 | } |
| 674 | } |
| 675 | |
| 676 | /// Configure tracing for turmoil tests. |
| 677 | /// |
nothing calls this directly
no test coverage detected