mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-05 17:19:42 +00:00
Fix compilation of tests without features="v1_14"
This commit is contained in:
parent
42a8b9e505
commit
354f9fbfe4
1 changed files with 1 additions and 0 deletions
|
@ -1256,6 +1256,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(feature = "v1_14")]
|
||||
fn test_foreach_pad() {
|
||||
::init().unwrap();
|
||||
|
||||
|
|
Loading…
Reference in a new issue