Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion shared/util/codeql/util/test/InlineExpectationsTest.qll
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Loading