mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Shared: Do not use @kind graph for CFG test output
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user