aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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],