diff options
author | iximeow <me@iximeow.net> | 2020-01-16 23:53:37 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-16 23:53:37 -0800 |
commit | 8713eca470b00a7afc2d3d18b3fbe13c77806bc0 (patch) | |
tree | f858fac3f465b5b69e5e82195e1a9aa47b9cd1e1 /test | |
parent | d149e188cf2d8c53fe0c23642ae4831163ac9759 (diff) |
compat with yaxpeax-arch changes, make microcorruption msp430 support optional
Diffstat (limited to 'test')
-rw-r--r-- | test/test.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |