aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-09-11 17:05:03 +0000
committeriximeow <me@iximeow.net>2026-09-11 17:05:03 +0000
commit3d645f4fd918af427e4b3ade56057966f4ac894f (patch)
tree6d53d1dee50a6608ae068572865ce7267038ff5a /tests
parent0eb1d9d89c78c6a5b0f49951b233a8ad63b62f5b (diff)
fix some lingering warnings
Diffstat (limited to 'tests')
-rw-r--r--tests/armv7/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/armv7/mod.rs b/tests/armv7/mod.rs
index b5d5d17..55f756f 100644
--- a/tests/armv7/mod.rs
+++ b/tests/armv7/mod.rs
@@ -729,6 +729,7 @@ fn test_decode_mul() {
);
}
+#[test]
fn test_register_shift_rotate() {
test_armv6([0xec, 0x02, 0x00, 0x00], "andeq r0, r0, ip, ror 5");
test_armv6([0xa0, 0x33, 0x0b, 0x00], "andeq r3, fp, r0, lsr 7");