mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 22:22:31 +00:00
7 lines
160 B
Rust
7 lines
160 B
Rust
use crate::oom_test;
|
|
use lofty::ogg::OpusFile;
|
|
|
|
#[test]
|
|
fn oom1() {
|
|
oom_test::<OpusFile>("opusfile_read_from/oom-7126e68a5a9ef53351c46f3c55b7e1a582705fcc");
|
|
}
|