jingle_drls_srtp: Add missing #[cfg(test)] on mod test.

This commit is contained in:
Emmanuel Gil Peyrot 2019-03-20 17:48:37 +01:00
parent 41bcf2dce7
commit 3e41442702

View file

@ -46,6 +46,7 @@ generate_element!(
) )
); );
#[cfg(test)]
mod tests { mod tests {
use super::*; use super::*;
use minidom::Element; use minidom::Element;