mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-07-30 07:18:37 -09:00
Merge remote-tracking branch 'origin/GP-0_d-millar_test_fix'
This commit is contained in:
@@ -15,8 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
package agent.lldb.rmi;
|
package agent.lldb.rmi;
|
||||||
|
|
||||||
import static org.junit.Assert.assertEquals;
|
import static org.junit.Assert.*;
|
||||||
import static org.junit.Assert.assertNotNull;
|
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
@@ -351,7 +350,7 @@ public class LldbStackUnwindTest extends AbstractLldbTraceRmiTest {
|
|||||||
RowKey.LOCATION, "Location: f900000020:4",
|
RowKey.LOCATION, "Location: f900000020:4",
|
||||||
RowKey.BYTES, "Bytes: (UNKNOWN) 00 00 00 00",
|
RowKey.BYTES, "Bytes: (UNKNOWN) 00 00 00 00",
|
||||||
RowKey.INTEGER, "Integer: (UNKNOWN) 0",
|
RowKey.INTEGER, "Integer: (UNKNOWN) 0",
|
||||||
RowKey.VALUE, "Value: (UNKNOWN) 00000000h",
|
RowKey.VALUE, "Value: (UNKNOWN) 0h",
|
||||||
RowKey.WARNINGS, "IGNORED"), table);
|
RowKey.WARNINGS, "IGNORED"), table);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user