mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 21:18:32 +08:00
GP-0 Upgraded gdt archives to reflect x86 v4 revision
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
-1
@@ -65,7 +65,7 @@ public class DataTypeArchiveIDTest extends AbstractGenericTest {
|
||||
FileDataTypeManager dtm = null;
|
||||
try {
|
||||
dtm = FileDataTypeManager.openFileArchive(gdtFile, false);
|
||||
assertEquals(ArchiveWarning.NONE, dtm.getWarning());
|
||||
assertEquals(dtm.getWarningMessage(true), ArchiveWarning.NONE, dtm.getWarning());
|
||||
return dtm.getUniversalID().toString();
|
||||
}
|
||||
catch (IOException e) {
|
||||
|
||||
Reference in New Issue
Block a user