mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-24 13:11:47 +00:00
fixed compilation error in test utils
This commit is contained in:
parent
51c503eb86
commit
43d52b6dc0
@ -275,7 +275,7 @@ def Map<String, Map<String, Long>> getTestReport() {
|
||||
|
||||
int processedFiles = 0;
|
||||
for (Map.Entry<String,Map> entry : testReport.entrySet()) {
|
||||
Map<String,long> testMap = entry.getValue();
|
||||
Map<String,Long> testMap = entry.getValue();
|
||||
processedFiles += testMap.size();
|
||||
}
|
||||
logger.info("====processed: " + processedFiles + "::" + totalHtmlFiles);
|
||||
|
Loading…
Reference in New Issue
Block a user