mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-03-04 23:07:20 +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");
|
|
}
|