video/timecode: Fix compilation of tests with target API < 1.16

This commit is contained in:
Sebastian Dröge 2021-02-09 16:13:39 +02:00
parent 50cffb0f7a
commit fdd21b9a2a

View file

@ -588,6 +588,7 @@ impl fmt::Debug for VideoTimeCodeMeta {
}
}
#[cfg(feature = "v1_16")]
#[cfg(test)]
mod tests {
use super::*;