Skip to content

Commit 4975e7b

Browse files
authored
Merge branch 'main' into redsun82/extract-self-param-ref
2 parents 4c4a8d7 + 9f2b962 commit 4975e7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go/ql/test/library-tests/semmle/go/dataflow/flowsources/local/commandargs/test.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import go
22
import ModelValidation
3-
import TestUtilities.InlineExpectationsTest
3+
import utils.test.InlineExpectationsTest
44

55
module SourceTest implements TestSig {
66
string getARelevantTag() { result = "source" }

rust/ql/test/library-tests/dataflow/closures/inline-flow.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
import rust
6-
import utils.InlineFlowTest
6+
import utils.test.InlineFlowTest
77
import DefaultFlowTest
88
import ValueFlow::PathGraph
99

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
query: queries/security/CWE-327/BrokenCryptoAlgorithm.ql
2-
postprocess: utils/InlineExpectationsTestQuery.ql
2+
postprocess: utils/test/InlineExpectationsTestQuery.ql

0 commit comments

Comments
 (0)