aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-09-11 16:59:31 +0000
committeriximeow <me@iximeow.net>2026-09-11 16:59:31 +0000
commit0eb1d9d89c78c6a5b0f49951b233a8ad63b62f5b (patch)
tree46dfa74fb277a1bb7d73e808611997735ba381f1
parent7ac3733578f5959ef7262ad6c2a4718f1d4a5c3b (diff)
that case is not unpredictable anymore!
-rw-r--r--tests/armv7/thumb.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/armv7/thumb.rs b/tests/armv7/thumb.rs
index 4d33f47..9412579 100644
--- a/tests/armv7/thumb.rs
+++ b/tests/armv7/thumb.rs
@@ -91,11 +91,6 @@ fn test_nonconforming(data: &[u8], expected: &'static str) {
}
#[test]
-fn test_unpredictable_instructions() {
- test_invalid(&[0x80, 0xfa, 0x40, 0x00]);
-}
-
-#[test]
fn test_decode_add_cases() {
test_display(
&[0x01, 0x44],