File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
csharp/ql/test/library-tests/controlflow/graph
ruby/ql/test/library-tests/controlflow/graph
swift/ql/test/library-tests/controlflow/graph Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import csharp
22import Common
3- import semmle.code.csharp.controlflow.internal.ControlFlowGraphImpl:: TestOutput< SourceControlFlowNode >
3+ import semmle.code.csharp.controlflow.internal.ControlFlowGraphImpl:: PrintCfg :: TestOutput< SourceControlFlowNode >
Original file line number Diff line number Diff line change 11import codeql.ruby.CFG
2- import codeql.ruby.controlflow.internal.ControlFlowGraphImpl:: TestOutput< CfgNode >
2+ import codeql.ruby.controlflow.internal.ControlFlowGraphImpl:: PrintCfg :: TestOutput< CfgNode >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class MyRelevantNode extends CfgNode {
66 MyRelevantNode ( ) { toBeTested ( this .getScope ( ) ) }
77}
88
9- import codeql.rust.controlflow.internal.ControlFlowGraphImpl:: TestOutput< MyRelevantNode >
9+ import codeql.rust.controlflow.internal.ControlFlowGraphImpl:: PrintCfg :: TestOutput< MyRelevantNode >
1010
1111query predicate breakTarget ( BreakExpr be , Expr target ) { target = be .getTarget ( ) }
1212
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ class MyRelevantNode extends ControlFlowNode {
55 MyRelevantNode ( ) { this .getScope ( ) .getLocation ( ) .getFile ( ) .getName ( ) .matches ( "%swift/ql/test%" ) }
66}
77
8- import codeql.swift.controlflow.internal.ControlFlowGraphImpl:: TestOutput< MyRelevantNode >
8+ import codeql.swift.controlflow.internal.ControlFlowGraphImpl:: PrintCfg :: TestOutput< MyRelevantNode >
You can’t perform that action at this time.
0 commit comments