mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 22:22:31 +00:00
069b7bfc97
We have really good debug/trace logs now. Having them available for test failures is a huge help.
7 lines
173 B
Rust
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");
|
|
}
|