mirror of
https://github.com/RustAudio/rodio
synced 2024-12-05 01:39:15 +00:00
Adding test block to linear_ramp.rs
This commit is contained in:
parent
8864b22e04
commit
a3f36c50f1
1 changed files with 5 additions and 0 deletions
|
@ -139,3 +139,8 @@ where
|
|||
self.input.try_seek(pos)
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue