Merge remote-tracking branch 'origin/patch'

This commit is contained in:
ghidravore 2020-11-30 16:52:08 -05:00
commit b23c8ca435
11 changed files with 60 additions and 31 deletions

View file

@ -500,6 +500,11 @@ public class GraphActionTest extends AbstractGhidraHeadedIntegrationTest {
return new TestGraphDisplayListener("clone");
}
@Override
public void dispose() {
// do nothing
}
}
class GraphSpy {