()
| 1198 | |
| 1199 | #[test] |
| 1200 | fn into_output_from_bytes() { |
| 1201 | let pred = convert_output(b"Hello" as &[u8]); |
| 1202 | assert!(pred.eval(b"Hello" as &[u8])); |
| 1203 | } |
| 1204 | |
| 1205 | #[test] |
| 1206 | fn into_output_from_vec() { |
nothing calls this directly
no test coverage detected