Skip to content

Commit b0c8fcd

Browse files
authored
Merge pull request #20591 from owen-mc/shared/update-inline-expectations-qldoc
Shared: Correct comment about empty `.expected` file
2 parents 0396756 + bf76cab commit b0c8fcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared/util/codeql/util/test/InlineExpectationsTest.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/**
22
* Provides a library for writing QL tests whose success or failure is based on expected results
33
* embedded in the test source code as comments, rather than the contents of an `.expected` file
4-
* (in that the `.expected` file should always be empty).
4+
* (in that the `.expected` file should always be empty, except when used via the post-processing
5+
* query).
56
*
67
* To add this framework to a new language, add a new file
78
* (usually called `InlineExpectationsTest.qll`) with:

0 commit comments

Comments
 (0)