Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0edd005

Browse files
committed
C#: Do not use @kind graph in ql tests
1 parent bea298f commit 0edd005

4 files changed

Lines changed: 0 additions & 20 deletions

File tree

csharp/ql/test/library-tests/controlflow/graph/ElementGraph.ql

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* @kind graph
3-
* @id elementgraph
4-
*/
5-
61
import csharp
72
import semmle.code.csharp.controlflow.ControlFlowGraph
83

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* @kind graph
3-
* @id nodegraph
4-
*/
5-
61
import csharp
72
import semmle.code.csharp.controlflow.ControlFlowGraph
83

csharp/ql/test/library-tests/csharp7/IsFlow.ql

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* @kind graph
3-
* @id nodegraph
4-
*/
5-
61
import csharp
72
import semmle.code.csharp.controlflow.ControlFlowGraph
83

csharp/ql/test/library-tests/goto/Goto1.ql

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* @kind graph
3-
* @id nodegraph
4-
*/
5-
61
import csharp
72
import semmle.code.csharp.controlflow.ControlFlowGraph
83

0 commit comments

Comments
 (0)