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 faa6463bda
commit 631be6b534

View file

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