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::mp3::MPEGFile;
|
|
|
|
#[test]
|
|
fn oom1() {
|
|
oom_test::<MPEGFile>("mpegfile_read_from/oom-f8730cbfa5682ab12343ccb70de9b71a061ef4d0");
|
|
}
|