mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-14 14:42:33 +00:00
7 lines
161 B
Rust
7 lines
161 B
Rust
use crate::oom_test;
|
|
use lofty::mpeg::MPEGFile;
|
|
|
|
#[test]
|
|
fn oom1() {
|
|
oom_test::<MPEGFile>("mpegfile_read_from/oom-f8730cbfa5682ab12343ccb70de9b71a061ef4d0");
|
|
}
|