File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
rust/ql/test/utils-tests/modelgenerator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import utils.modelgenerator.internal.CaptureModels
33import utils.test.InlineMadTest
44
55module InlineMadTestConfig implements InlineMadTestConfigSig {
6- string getCapturedModel ( Function f ) { result = captureSink ( f ) }
6+ string getCapturedModel ( Function f ) { result = Heuristic :: captureSink ( f ) }
77
88 string getKind ( ) { result = "sink" }
99}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import utils.test.InlineMadTest
44import codeql.rust.dataflow.internal.ModelsAsData
55
66module InlineMadTestConfig implements InlineMadTestConfigSig {
7- string getCapturedModel ( Function c ) { result = captureSource ( c ) }
7+ string getCapturedModel ( Function c ) { result = Heuristic :: captureSource ( c ) }
88
99 string getKind ( ) { result = "source" }
1010}
You can’t perform that action at this time.
0 commit comments