aboutsummaryrefslogtreecommitdiff
path: root/test/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.rs')
-rw-r--r--test/test.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.rs b/test/test.rs
index 5ba8bd9..6bc8972 100644
--- a/test/test.rs
+++ b/test/test.rs
@@ -1,6 +1,8 @@
extern crate yaxpeax_arch;
extern crate yaxpeax_x86;
+mod regspec;
+
use std::fmt::Write;
use yaxpeax_arch::{Decoder, LengthedInstruction};