aboutsummaryrefslogtreecommitdiff
path: root/test/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.rs')
-rw-r--r--test/test.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.rs b/test/test.rs
index 956faf1..8a0b6cb 100644
--- a/test/test.rs
+++ b/test/test.rs
@@ -1,6 +1,6 @@
-extern crate x86_rs;
+extern crate yaxpeax_x86;
-use x86_rs::{Instruction, Opcode, decode_one};
+use yaxpeax_x86::{Instruction, Opcode, decode_one};
fn decode(bytes: &[u8]) -> Option<Instruction> {
let mut instr = Instruction::invalid();