diff options
Diffstat (limited to 'test')
-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 7742496..96c7c79 100644 --- a/test/long_mode/mod.rs +++ b/test/long_mode/mod.rs @@ -79,7 +79,7 @@ fn test_display_under(decoder: &InstDecoder, data: &[u8], expected: &'static str ); let mut text2 = String::new(); - let mut out = yaxpeax_x86::display::NoColorsSink { + let mut out = yaxpeax_arch::display::NoColorsSink { out: &mut text2, }; instr.write_to(&mut out).expect("printing succeeds"); |