()
| 67 | |
| 68 | #[test] |
| 69 | fn observe_secret_box_alloc_test() { |
| 70 | let b1 = ObserveSecretBox::new([u128::MAX; 10]); |
| 71 | core::hint::black_box(&b1); |
| 72 | let b2 = SecretBox::new([u8::MAX; 160]); |
| 73 | core::hint::black_box(&b2); |
| 74 | } |
nothing calls this directly
no outgoing calls
no test coverage detected