mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-12 23:47:06 +00:00
7 lines
162 B
Rust
7 lines
162 B
Rust
use crate::oom_test;
|
|
use lofty::iff::wav::WavFile;
|
|
|
|
#[test]
|
|
fn oom1() {
|
|
oom_test::<WavFile>("wavfile_read_from/oom-007573d233b412ea1b8038137db28e70d5678291");
|
|
}
|