Skip to content

Commit bf76cab

Browse files
committed
Correct comment about empty .expected file
1 parent 7807804 commit bf76cab

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)