mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-21 18:31:34 +08:00
GP-0 corrected test formatting issue
This commit is contained in:
+13
-9
@@ -38,15 +38,19 @@ public class DataTypeArchiveIDTest extends AbstractGenericTest {
|
||||
private static final String GENERIC_CLIB_64_GDT_PATH = "typeinfo/generic/generic_clib_64.gdt";
|
||||
private static final String MAC_OS_10_9_GDT_PATH = "typeinfo/mac_10.9/mac_osx.gdt";
|
||||
|
||||
private static final Map<String, String> archiveIdMap =
|
||||
Map.of(WIN_VS12_32_GDT_PATH, "2644092282468053077", WIN_VS12_64_GDT_PATH,
|
||||
"3193696833254024484", GENERIC_CLIB_32_GDT_PATH, "2644097909188870631",
|
||||
GENERIC_CLIB_64_GDT_PATH, "3193699959493190971", MAC_OS_10_9_GDT_PATH,
|
||||
"2650667045259492112", "typeinfo/golang/golang_1.17_anybit_any.gdt",
|
||||
"3533627828569507753", "typeinfo/golang/golang_1.18_anybit_any.gdt",
|
||||
"3528902399865061936", "typeinfo/golang/golang_1.19_anybit_any.gdt",
|
||||
"3533812166493410774", "typeinfo/golang/golang_1.20_anybit_any.gdt",
|
||||
"3533817003441909616", "typeinfo/rust/rust-common.gdt", "3557867258392862055");
|
||||
//@formatter:off
|
||||
private static final Map<String, String> archiveIdMap = Map.of(
|
||||
WIN_VS12_32_GDT_PATH, "2644092282468053077",
|
||||
WIN_VS12_64_GDT_PATH, "3193696833254024484",
|
||||
GENERIC_CLIB_32_GDT_PATH, "2644097909188870631",
|
||||
GENERIC_CLIB_64_GDT_PATH, "3193699959493190971",
|
||||
MAC_OS_10_9_GDT_PATH, "2650667045259492112",
|
||||
"typeinfo/golang/golang_1.17_anybit_any.gdt", "3533627828569507753",
|
||||
"typeinfo/golang/golang_1.18_anybit_any.gdt", "3528902399865061936",
|
||||
"typeinfo/golang/golang_1.19_anybit_any.gdt", "3533812166493410774",
|
||||
"typeinfo/golang/golang_1.20_anybit_any.gdt", "3533817003441909616",
|
||||
"typeinfo/rust/rust-common.gdt","3557867258392862055");
|
||||
//@formatter:on
|
||||
|
||||
private Map<ResourceFile, String> getCurrentGdts() {
|
||||
return Application.findFilesByExtensionInApplication(".gdt")
|
||||
|
||||
Reference in New Issue
Block a user