summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSharif Haason <ssh128@scarletmail.rutgers.edu>2022-11-27 17:13:36 -0500
committerSharif Haason <ssh128@scarletmail.rutgers.edu>2022-11-27 17:13:36 -0500
commit7f7b88a914bf2abf61cb2731c39500f1f3224ca2 (patch)
treea60f8eadc5339ba561fa6e187211b084d6a43f0f
parent85fa75ba677d32433b2ef95e3118258f6d124ca3 (diff)
Adjust tests
-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();