mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 22:22:31 +00:00
7 lines
157 B
Rust
7 lines
157 B
Rust
use crate::oom_test;
|
|
use lofty::mp4::Mp4File;
|
|
|
|
#[test]
|
|
fn oom1() {
|
|
oom_test::<Mp4File>("mp4file_read_from/oom-db2665d79ec9c045bdb9c1e9a3d0c93e7e59393e");
|
|
}
|