mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-0: Fix tests
Fix GdbCommandsTest.testLcsp Don't take user's transaction in ghidralldb.commands.put_state
This commit is contained in:
parent
b070f86b4d
commit
2e27ca3dbb
2 changed files with 7 additions and 9 deletions
|
@ -243,7 +243,7 @@ public class GdbCommandsTest extends AbstractGdbTraceRmiTest {
|
|||
quit
|
||||
""".formatted(PREAMBLE));
|
||||
assertEquals("""
|
||||
Selected Ghidra language: DATA:LE:64:default
|
||||
Selected Ghidra language: x86:LE:32:default
|
||||
Selected Ghidra compiler: pointer64""",
|
||||
extractOutSection(out, "---Import---"));
|
||||
assertEquals("""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue