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

This commit is contained in:
Michael Nebel
2024-12-11 13:47:09 +01:00
parent dd06d50b7f
commit 2ca6147932

View File

@@ -1,6 +1,6 @@
import ql
import codeql_ql.dataflow.DataFlow
import TestUtilities.InlineExpectationsTest
import utils.test.InlineExpectationsTest
module GetAStringValueTest implements TestSig {
string getARelevantTag() { result = "getAStringValue" }