aboutsummaryrefslogtreecommitdiff
path: root/src/v1_15_2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/v1_15_2.rs')
-rw-r--r--src/v1_15_2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v1_15_2.rs b/src/v1_15_2.rs
index 245d20e..661fcac 100644
--- a/src/v1_15_2.rs
+++ b/src/v1_15_2.rs
@@ -2953,9 +2953,9 @@ pub mod tests {
use super::*;
use crate::packet_test_cases;
use crate::protocol::{Packet, RawPacket};
+ #[cfg(feature = "bench")]
use crate::test_macros::BenchSerializer;
use crate::types::BytesSerializer;
- use test::Bencher;
packet_test_cases!(Packet578, Handshake, HandshakeSpec,
test_handshake, bench_write_handshake, bench_read_handshake);