Skip to content

Commit

Permalink
Merge pull request #17520 from hvitved/cfg/no-kind-graph
Browse files Browse the repository at this point in the history
Shared: Do not use `@kind graph` for CFG test output
  • Loading branch information
hvitved committed Sep 20, 2024
2 parents cf5d56a + 1681324 commit f2e943f
Show file tree
Hide file tree
Showing 9 changed files with 9,891 additions and 29,370 deletions.
19,583 changes: 4,949 additions & 14,634 deletions csharp/ql/test/library-tests/controlflow/graph/NodeGraph.expected

Large diffs are not rendered by default.

11 changes: 1 addition & 10 deletions csharp/ql/test/library-tests/controlflow/graph/NodeGraph.ql
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/**
* @kind graph
*/

import csharp
import Common

private class MyRelevantNode extends SourceControlFlowNode {
string getOrderDisambiguation() { result = "" }
}

import semmle.code.csharp.controlflow.internal.ControlFlowGraphImpl::TestOutput<MyRelevantNode>
import semmle.code.csharp.controlflow.internal.ControlFlowGraphImpl::TestOutput<SourceControlFlowNode>
Loading

0 comments on commit f2e943f

Please sign in to comment.