diff --git a/Ghidra/Features/Base/src/test.slow/java/ghidra/app/util/viewer/listingpanel/ListingPanelTest.java b/Ghidra/Features/Base/src/test.slow/java/ghidra/app/util/viewer/listingpanel/ListingPanelTest.java index f5437ae395..c86f691e43 100644 --- a/Ghidra/Features/Base/src/test.slow/java/ghidra/app/util/viewer/listingpanel/ListingPanelTest.java +++ b/Ghidra/Features/Base/src/test.slow/java/ghidra/app/util/viewer/listingpanel/ListingPanelTest.java @@ -236,7 +236,7 @@ public class ListingPanelTest extends AbstractGhidraHeadedIntegrationTest { assertEquals(EolCommentFieldLocation.class, loc.getClass()); bfloc = (EolCommentFieldLocation) loc; assertEquals(0, bfloc.getRow()); - assertEquals(70, bfloc.getCharOffset()); + assertEquals(72, bfloc.getCharOffset()); } @Test @@ -273,7 +273,7 @@ public class ListingPanelTest extends AbstractGhidraHeadedIntegrationTest { assertEquals(EolCommentFieldLocation.class, loc.getClass()); bfloc = (EolCommentFieldLocation) loc; assertEquals(1, bfloc.getRow()); - assertEquals(42, bfloc.getCharOffset()); + assertEquals(43, bfloc.getCharOffset()); } @Test