Skip to content

Commit 1681324

Browse files
committed
Shared: Do not use @kind graph for CFG test output
1 parent ec74595 commit 1681324

File tree

9 files changed

+9891
-29370
lines changed

9 files changed

+9891
-29370
lines changed

csharp/ql/test/library-tests/controlflow/graph/NodeGraph.expected

Lines changed: 4949 additions & 14634 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
/**
2-
* @kind graph
3-
*/
4-
51
import csharp
62
import Common
7-
8-
private class MyRelevantNode extends SourceControlFlowNode {
9-
string getOrderDisambiguation() { result = "" }
10-
}
11-
12-
import semmle.code.csharp.controlflow.internal.ControlFlowGraphImpl::TestOutput<MyRelevantNode>
3+
import semmle.code.csharp.controlflow.internal.ControlFlowGraphImpl::TestOutput<SourceControlFlowNode>

0 commit comments

Comments
 (0)