mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-01-18 23:23:53 +00:00
7 lines
157 B
Rust
7 lines
157 B
Rust
use crate::oom_test;
|
|
use lofty::mp3::Mp3File;
|
|
|
|
#[test]
|
|
fn oom1() {
|
|
oom_test::<Mp3File>("mp3file_read_from/oom-f8730cbfa5682ab12343ccb70de9b71a061ef4d0");
|
|
}
|