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

This commit is contained in:
Michael Nebel
2024-12-11 13:29:16 +01:00
parent 1490400ab0
commit 2321ca59f6
60 changed files with 64 additions and 64 deletions

View File

@@ -55,7 +55,7 @@ string prettyNode(DataFlow::Node node) {
* INTERNAL: Do not use.
*
* Gets the pretty-printed version of the DataFlow::Node `node`, that is suitable for use
* with `TestUtilities.InlineExpectationsTest` (that is, no spaces unless required).
* with `utils.test.InlineExpectationsTest` (that is, no spaces unless required).
*/
bindingset[node]
string prettyNodeForInlineTest(DataFlow::Node node) {