Skip to content

Commit e77cb27

Browse files
committed
GP-0 minor CParser test fix
1 parent c3cc263 commit e77cb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/cparser/ParseDialogParsingAndPromptsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public void testImportToProgramNoArch() throws Exception {
123123
String langText = parseDialog.getLanguageText().getText();
124124
assertEquals("64/32 (primarily for backward compatibility)", langText);
125125

126-
pressButtonByText(waitForDialogComponent("Program Architecture not Specified"), "OK", false);
126+
pressButtonByText(waitForDialogComponent("Confirm"), "Cancel", false);
127127
}
128128

129129
@Test

0 commit comments

Comments
 (0)