Skip to content

Commit d975964

Browse files
Merge pull request #70 from hvitved/csharp/graph-tests
C#: Do not use `@kind graph` in ql tests
2 parents bea298f + 0edd005 commit d975964

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

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)