mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Test fixes
This commit is contained in:
parent
8c56fc8e04
commit
0071ebe96b
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@ public class FlowChartLayoutTest extends AbstractFlowChartLayoutTest {
|
||||||
|
|
||||||
edge(A, B);
|
edge(A, B);
|
||||||
edge(A, C);
|
edge(A, C);
|
||||||
showGraph();
|
applyLayout();
|
||||||
|
|
||||||
|
// showGraph();
|
||||||
|
|
||||||
assertVertices("""
|
assertVertices("""
|
||||||
....
|
....
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue