Correct comment about empty .expected file

This commit is contained in:
Owen Mansel-Chan
2025-10-07 11:48:25 +01:00
parent 7807804f4d
commit bf76cab7e0

View File

@@ -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: