Merge pull request #17968 from michaelnebel/java/movetestutils

Move test utilities to the query pack.
This commit is contained in:
Michael Nebel
2024-12-16 13:41:30 +01:00
committed by GitHub
667 changed files with 623 additions and 623 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) {