mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-21 10:36:50 +08:00
fixed DataReferenceGraphTaskTest failure
This commit is contained in:
+1
-1
@@ -227,7 +227,7 @@ public class DataReferenceGraphTaskTest extends AbstractDataReferenceGraphTest {
|
||||
assertNotNull(v1);
|
||||
assertNotNull(v2);
|
||||
assertNotNull(e1);
|
||||
assertEquals("Initial Instruction", v1.getVertexType());
|
||||
assertEquals("Instruction", v1.getVertexType());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user