Merge remote-tracking branch 'origin/GP-0_update_test_data' into Ghidra_10.4

This commit is contained in:
Ryan Kurtz 2023-09-19 11:31:14 -04:00
commit 0f34531943

View File

@ -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");