mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 14:12:31 +00:00
7 lines
163 B
Rust
7 lines
163 B
Rust
use crate::oom_test;
|
|
use lofty::ogg::SpeexFile;
|
|
|
|
#[test]
|
|
fn oom1() {
|
|
oom_test::<SpeexFile>("speexfile_read_from/oom-7976a4c57e7f8b4ac428f9e7f846b59d2dce714f");
|
|
}
|