Skip to content

Commit ee4fba7

Browse files
committed
Merge remote-tracking branch 'origin/GP-0_d-millar_test_fix'
2 parents 28f58b3 + 8f1fd58 commit ee4fba7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Ghidra/Test/DebuggerIntegrationTest/src/test.slow/java/agent/lldb/rmi/LldbStackUnwindTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
*/
1616
package agent.lldb.rmi;
1717

18-
import static org.junit.Assert.assertEquals;
19-
import static org.junit.Assert.assertNotNull;
18+
import static org.junit.Assert.*;
2019

2120
import java.io.File;
2221
import java.io.IOException;
@@ -351,7 +350,7 @@ private void checkMainUnwindFrom0(int at) throws Throwable {
351350
RowKey.LOCATION, "Location: f900000020:4",
352351
RowKey.BYTES, "Bytes: (UNKNOWN) 00 00 00 00",
353352
RowKey.INTEGER, "Integer: (UNKNOWN) 0",
354-
RowKey.VALUE, "Value: (UNKNOWN) 00000000h",
353+
RowKey.VALUE, "Value: (UNKNOWN) 0h",
355354
RowKey.WARNINGS, "IGNORED"), table);
356355
}
357356

0 commit comments

Comments
 (0)