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