From 7dd687d42293b75685fadda21ffafad1925a52de Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 31 Dec 2021 02:18:09 -0800 Subject: pac, cfi, other misc cleanup, notes and todos --- test/test.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test.rs') diff --git a/test/test.rs b/test/test.rs index fb74520..81080cf 100644 --- a/test/test.rs +++ b/test/test.rs @@ -20,6 +20,7 @@ fn test_armv7_does_not_panic() { let res = armv7.decode(&mut U8Reader::new(&bytes)); if let Ok(instr) = res { let s = instr.to_string(); + drop(s); } } } @@ -33,6 +34,7 @@ fn test_armv7_thumb_does_not_panic() { let res = armv7_t.decode(&mut U8Reader::new(&bytes)); if let Ok(instr) = res { let s = instr.to_string(); + drop(s); } } } -- cgit v1.1