forked from mirrors/gstreamer-rs
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