mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 01:27:00 +08:00
GP-0 minor CParser test fix
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ public class ParseDialogParsingAndPromptsTest extends AbstractGhidraHeadedIntegr
|
|||||||
String langText = parseDialog.getLanguageText().getText();
|
String langText = parseDialog.getLanguageText().getText();
|
||||||
assertEquals("64/32 (primarily for backward compatibility)", langText);
|
assertEquals("64/32 (primarily for backward compatibility)", langText);
|
||||||
|
|
||||||
pressButtonByText(waitForDialogComponent("Program Architecture not Specified"), "OK", false);
|
pressButtonByText(waitForDialogComponent("Confirm"), "Cancel", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Reference in New Issue
Block a user