mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 14:12:31 +00:00
7 lines
166 B
Rust
7 lines
166 B
Rust
use crate::oom_test;
|
|
use lofty::iff::aiff::AiffFile;
|
|
|
|
#[test]
|
|
fn oom1() {
|
|
oom_test::<AiffFile>("aifffile_read_from/oom-88065007d35ee271d5812fd723a3b458488813ea");
|
|
}
|