Java: Update all test util paths to point to the new location.

This commit is contained in:
Michael Nebel
2024-11-12 16:38:21 +01:00
parent 91cfb30513
commit 0a1d2d0bbb
226 changed files with 226 additions and 226 deletions

View File

@@ -1,6 +1,6 @@
import java
import semmle.code.java.dataflow.DataFlow
import TestUtilities.InlineExpectationsTest
import utils.test.InlineExpectationsTest
module Config implements DataFlow::ConfigSig {
predicate isSource(DataFlow::Node n) { n.asExpr().(MethodCall).getMethod().hasName("source") }