mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Fix test which was has meaningless assertion
It seems that small mistake slip due to copy-paste.
This commit is contained in:
parent
cafbb77db0
commit
d161081941
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ public class PdbParserTest extends AbstractGhidraHeadlessIntegrationTest {
|
|||
File pdb = PdbParserNEW.findPDB(testProgram, symbolsFolder.getAbsolutePath());
|
||||
|
||||
assertNotNull(pdb);
|
||||
assertEquals(pdb.getAbsolutePath(), pdb.getAbsolutePath());
|
||||
assertEquals(pdbFile.getAbsolutePath(), pdb.getAbsolutePath());
|
||||
}
|
||||
catch (PdbException pdbe) {
|
||||
fail("Unexpected PdbException!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue