test: Tests in aes.rs
can only run when aes-crypto
is enabled
This commit is contained in:
parent
b0c666aa0c
commit
e08548392d
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ impl<W: Write> Write for AesWriter<W> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(all(test, feature = "aes-crypto"))]
|
||||||
mod tests {
|
mod tests {
|
||||||
use std::io::{self, Read, Write};
|
use std::io::{self, Read, Write};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue