mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-14 14:42:33 +00:00
069b7bfc97
We have really good debug/trace logs now. Having them available for test failures is a huge help.
7 lines
170 B
Rust
7 lines
170 B
Rust
use crate::oom_test;
|
|
use lofty::ogg::OpusFile;
|
|
|
|
#[test_log::test]
|
|
fn oom1() {
|
|
oom_test::<OpusFile>("opusfile_read_from/oom-7126e68a5a9ef53351c46f3c55b7e1a582705fcc");
|
|
}
|