Skip to content

Commit

Permalink
Shared: Do not use @kind graph for CFG test output
Browse files Browse the repository at this point in the history
  • Loading branch information
hvitved committed Sep 19, 2024
1 parent 3c09f70 commit fd5b237
Show file tree
Hide file tree
Showing 9 changed files with 9,705 additions and 28,812 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 fd5b237

Please sign in to comment.