diff options
Diffstat (limited to 'tests/lib.rs')
-rw-r--r-- | tests/lib.rs | 2 |
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 { |