From bf76cab7e062606ffcf04719f2ad551932982fa7 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan Date: Tue, 7 Oct 2025 11:48:25 +0100 Subject: [PATCH] Correct comment about empty `.expected` file --- shared/util/codeql/util/test/InlineExpectationsTest.qll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shared/util/codeql/util/test/InlineExpectationsTest.qll b/shared/util/codeql/util/test/InlineExpectationsTest.qll index fbbad8f25b78..ccae8c1fc856 100644 --- a/shared/util/codeql/util/test/InlineExpectationsTest.qll +++ b/shared/util/codeql/util/test/InlineExpectationsTest.qll @@ -1,7 +1,8 @@ /** * Provides a library for writing QL tests whose success or failure is based on expected results * embedded in the test source code as comments, rather than the contents of an `.expected` file - * (in that the `.expected` file should always be empty). + * (in that the `.expected` file should always be empty, except when used via the post-processing + * query). * * To add this framework to a new language, add a new file * (usually called `InlineExpectationsTest.qll`) with: