We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
values
value
1 parent dccbcc1 commit 797e290Copy full SHA for 797e290
2 files changed
cpp/ql/test/TestUtilities/InlineExpectationsTest.qll
@@ -28,11 +28,11 @@
28
* }
29
*
30
* override predicate hasActualResult(
31
- * Location location, string element, string tag, string values
+ * Location location, string element, string tag, string value
32
* ) {
33
* exists(Expr e |
34
* tag = "const" and // The tag for this test.
35
- * values = e.getValue() and // The expected value. Will only hold for constant expressions.
+ * value = e.getValue() and // The expected value. Will only hold for constant expressions.
36
* location = e.getLocation() and // The location of the result to be reported.
37
* element = e.toString() // The display text for the result.
38
* )
python/ql/test/TestUtilities/InlineExpectationsTest.qll
0 commit comments