From 2ca614793234632417567ded0df2d888912688d6 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Wed, 11 Dec 2024 13:47:09 +0100 Subject: [PATCH] QL: Update all test util paths to point to the new location. --- ql/ql/test/dataflow/getAStringValue/getAStringValue.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ql/ql/test/dataflow/getAStringValue/getAStringValue.ql b/ql/ql/test/dataflow/getAStringValue/getAStringValue.ql index fbd8bf0477f..43f4c3639ba 100644 --- a/ql/ql/test/dataflow/getAStringValue/getAStringValue.ql +++ b/ql/ql/test/dataflow/getAStringValue/getAStringValue.ql @@ -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" }