summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 357f25f..1efae64 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -709,6 +709,7 @@ mod tests {
true,
2,
1,
+ Base::Hexadecimal,
);
printer.print_all(input).unwrap();
@@ -762,6 +763,7 @@ mod tests {
true,
2,
1,
+ Base::Hexadecimal,
);
printer.display_offset(0xdeadbeef);
@@ -794,6 +796,7 @@ mod tests {
true,
4,
1,
+ Base::Hexadecimal,
);
printer.print_all(input).unwrap();
@@ -852,6 +855,7 @@ mod tests {
true,
3,
1,
+ Base::Hexadecimal,
);
printer.print_all(input).unwrap();