lofty-rs/lofty/tests/fuzz/speexfile_read_from.rs
Serial 069b7bfc97 Tests: Switch to test_log
We have really good debug/trace logs now. Having them available for test failures is a huge help.
2024-09-01 19:26:30 -04:00

7 lines
173 B
Rust

use crate::oom_test;
use lofty::ogg::SpeexFile;
#[test_log::test]
fn oom1() {
oom_test::<SpeexFile>("speexfile_read_from/oom-7976a4c57e7f8b4ac428f9e7f846b59d2dce714f");
}