aboutsummaryrefslogtreecommitdiff
path: root/test/protected_mode/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/protected_mode/mod.rs')
-rw-r--r--test/protected_mode/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/protected_mode/mod.rs b/test/protected_mode/mod.rs
index d74806d..50b4887 100644
--- a/test/protected_mode/mod.rs
+++ b/test/protected_mode/mod.rs
@@ -4,6 +4,8 @@ mod opcode;
#[cfg(feature="fmt")]
mod display;
mod evex_generated;
+#[cfg(feature="behavior")]
+mod behavior;
use std::fmt::Write;