From 0edd0057fc118a7589bb4e558827e52e14a92bb5 Mon Sep 17 00:00:00 2001 From: Tom Hvitved Date: Fri, 17 Aug 2018 17:55:13 +0200 Subject: [PATCH] C#: Do not use `@kind graph` in ql tests --- .../ql/test/library-tests/controlflow/graph/ElementGraph.ql | 5 ----- csharp/ql/test/library-tests/controlflow/graph/NodeGraph.ql | 5 ----- csharp/ql/test/library-tests/csharp7/IsFlow.ql | 5 ----- csharp/ql/test/library-tests/goto/Goto1.ql | 5 ----- 4 files changed, 20 deletions(-) diff --git a/csharp/ql/test/library-tests/controlflow/graph/ElementGraph.ql b/csharp/ql/test/library-tests/controlflow/graph/ElementGraph.ql index 090534c4ff1..8c7e83ed4cc 100644 --- a/csharp/ql/test/library-tests/controlflow/graph/ElementGraph.ql +++ b/csharp/ql/test/library-tests/controlflow/graph/ElementGraph.ql @@ -1,8 +1,3 @@ -/** - * @kind graph - * @id elementgraph - */ - import csharp import semmle.code.csharp.controlflow.ControlFlowGraph diff --git a/csharp/ql/test/library-tests/controlflow/graph/NodeGraph.ql b/csharp/ql/test/library-tests/controlflow/graph/NodeGraph.ql index aca78d729cb..1d0e14b7a91 100644 --- a/csharp/ql/test/library-tests/controlflow/graph/NodeGraph.ql +++ b/csharp/ql/test/library-tests/controlflow/graph/NodeGraph.ql @@ -1,8 +1,3 @@ -/** - * @kind graph - * @id nodegraph - */ - import csharp import semmle.code.csharp.controlflow.ControlFlowGraph diff --git a/csharp/ql/test/library-tests/csharp7/IsFlow.ql b/csharp/ql/test/library-tests/csharp7/IsFlow.ql index 165e3f56070..236a3346eba 100644 --- a/csharp/ql/test/library-tests/csharp7/IsFlow.ql +++ b/csharp/ql/test/library-tests/csharp7/IsFlow.ql @@ -1,8 +1,3 @@ -/** - * @kind graph - * @id nodegraph - */ - import csharp import semmle.code.csharp.controlflow.ControlFlowGraph diff --git a/csharp/ql/test/library-tests/goto/Goto1.ql b/csharp/ql/test/library-tests/goto/Goto1.ql index aca78d729cb..1d0e14b7a91 100644 --- a/csharp/ql/test/library-tests/goto/Goto1.ql +++ b/csharp/ql/test/library-tests/goto/Goto1.ql @@ -1,8 +1,3 @@ -/** - * @kind graph - * @id nodegraph - */ - import csharp import semmle.code.csharp.controlflow.ControlFlowGraph