Adding test block to linear_ramp.rs

This commit is contained in:
Jamie Hardt 2024-07-14 11:42:10 -07:00
parent 8864b22e04
commit a3f36c50f1

View file

@ -139,3 +139,8 @@ where
self.input.try_seek(pos)
}
}
#[cfg(test)]
mod tests {
}