mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-18 00:20:10 +00:00
GP-0 corrected test error
This commit is contained in:
parent
898e354ae5
commit
a5ed7d1b2d
@ -76,10 +76,9 @@ public class ArmOffcutReferenceTest extends AbstractGhidraHeadedIntegrationTest
|
||||
|
||||
@Test
|
||||
public void testOffcutReferenceInLabelAndOperandFieldWithNoLabelAtInstruction() {
|
||||
|
||||
assertTrue(cb.goToField(addr("0045b3a0"), OperandFieldFactory.FIELD_NAME, 0, 1));
|
||||
ListingTextField tf = (ListingTextField) cb.getCurrentField();
|
||||
assertEquals("test+1", tf.getText());
|
||||
assertEquals("LAB_0023303a+1", tf.getText());
|
||||
|
||||
assertTrue(cb.goToField(addr("0023303a"), LabelFieldFactory.FIELD_NAME, 0, 1));
|
||||
tf = (ListingTextField) cb.getCurrentField();
|
||||
|
Loading…
Reference in New Issue
Block a user