mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 12:24:50 +08:00
Merge remote-tracking branch 'origin/GP-6790-dragonmacher-function-signature-editor--SQUASHED'
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ public class LabelMgrPluginScreenShots extends GhidraScreenShotGenerator {
|
||||
public void testChooseNamespace() {
|
||||
runSwingLater(() -> {
|
||||
NamespaceChooserDialog dialog = new NamespaceChooserDialog();
|
||||
dialog.getNameSpace(program);
|
||||
dialog.getNamespace(program);
|
||||
});
|
||||
waitForDialogComponent(NamespaceChooserDialog.class);
|
||||
captureDialog();
|
||||
|
||||
Reference in New Issue
Block a user