mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-14 16:37:12 +00:00
7 lines
166 B
Rust
7 lines
166 B
Rust
use crate::oom_test;
|
|
use lofty::ogg::VorbisFile;
|
|
|
|
#[test]
|
|
fn oom1() {
|
|
oom_test::<VorbisFile>("vorbisfile_read_from/oom-436193bc2d1664b74c19720bef08697d03284f06");
|
|
}
|