mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch 'origin/GT-2953_ryanmkurtz_PR-706_kant2002_pdb-test-cleanup'
This commit is contained in:
commit
b6b9b27128
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());
|
File pdb = PdbParserNEW.findPDB(testProgram, symbolsFolder.getAbsolutePath());
|
||||||
|
|
||||||
assertNotNull(pdb);
|
assertNotNull(pdb);
|
||||||
assertEquals(pdb.getAbsolutePath(), pdb.getAbsolutePath());
|
assertEquals(pdbFile.getAbsolutePath(), pdb.getAbsolutePath());
|
||||||
}
|
}
|
||||||
catch (PdbException pdbe) {
|
catch (PdbException pdbe) {
|
||||||
fail("Unexpected PdbException!");
|
fail("Unexpected PdbException!");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue