diff options
Diffstat (limited to 'test/long_mode')
| -rw-r--r-- | test/long_mode/mod.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/long_mode/mod.rs b/test/long_mode/mod.rs index 8f041e9..ca4670c 100644 --- a/test/long_mode/mod.rs +++ b/test/long_mode/mod.rs @@ -4,7 +4,7 @@ mod operand;  use std::fmt::Write;  use yaxpeax_arch::{AddressBase, Decoder, LengthedInstruction}; -use yaxpeax_x86::long_mode::{DecodeError, InstDecoder, Opcode}; +use yaxpeax_x86::long_mode::{InstDecoder, Opcode};  fn test_invalid(data: &[u8]) {      test_invalid_under(&InstDecoder::default(), data);  | 
