From 8713eca470b00a7afc2d3d18b3fbe13c77806bc0 Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 16 Jan 2020 23:53:37 -0800 Subject: compat with yaxpeax-arch changes, make microcorruption msp430 support optional --- test/test.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test.rs') diff --git a/test/test.rs b/test/test.rs index 5a59df4..663b080 100644 --- a/test/test.rs +++ b/test/test.rs @@ -1,8 +1,8 @@ extern crate yaxpeax_arch; -extern crate yaxpeax_msp430_mc; +extern crate yaxpeax_msp430; use yaxpeax_arch::{Arch, Decoder}; -use yaxpeax_msp430_mc::{Opcode, MSP430}; +use yaxpeax_msp430::{Opcode, MSP430}; #[test] fn test_decode() { -- cgit v1.1