mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-29 08:08:32 +08:00
Merge branch 'GP-0_ghidra1_DBExceptions'
This commit is contained in:
+1
-1
@@ -1091,7 +1091,7 @@ public class MemoryManagerTest extends AbstractGhidraHeadedIntegrationTest {
|
||||
mem.getBytes(addr(0), b, 9, 50);
|
||||
fail("Expected exception");
|
||||
}
|
||||
catch (ArrayIndexOutOfBoundsException e) {
|
||||
catch (IndexOutOfBoundsException e) {
|
||||
// expected
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user