Shared: Do not use @kind graph for CFG test output

This commit is contained in:
Tom Hvitved
2024-09-19 14:58:46 +02:00
parent ec74595671
commit 16813240ae
9 changed files with 9891 additions and 29370 deletions

View File

@@ -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>