mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 12:11:55 +00:00
Merge remote-tracking branch 'origin/Ghidra_10.4'
This commit is contained in:
commit
0713d91a3b
@ -96,7 +96,7 @@ public class EolCommentFieldFactoryTest extends AbstractGhidraHeadedIntegrationT
|
||||
// check existing auto comment
|
||||
ListingTextField tf = getFieldText(addr("0x01002265"));
|
||||
assertEquals(1, tf.getNumRows());
|
||||
assertThat(tf.getText(), startsWith("= 01h"));
|
||||
assertThat(tf.getText(), startsWith("= 00000001h"));
|
||||
|
||||
// set repeatable comment at destination
|
||||
Address destination = addr("0x01002265");
|
||||
|
Loading…
Reference in New Issue
Block a user