aboutsummaryrefslogtreecommitdiff
path: root/tests/lib.rs
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-07-06 21:42:09 -0700
committeriximeow <me@iximeow.net>2021-07-06 21:45:56 -0700
commit12bba22a456ed452efda8c951f61bdff1a516252 (patch)
tree410b22cf7a1253c83506651831dd7a9d91a8f96b /tests/lib.rs
parentf393fae8906a0bc9431743db09bf6268b8f3810c (diff)
fix incorrect `offset` and `total_offset` counts for non-`u8` Word0.2.4
also update yaxpeax-arch to 0.2.4
Diffstat (limited to 'tests/lib.rs')
-rw-r--r--tests/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib.rs b/tests/lib.rs
index 9add6e3..1d5e964 100644
--- a/tests/lib.rs
+++ b/tests/lib.rs
@@ -1,5 +1,7 @@
use yaxpeax_arch::AddressBase;
+mod reader;
+
#[test]
fn test_u16() {
for l in 0..100 {