We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a110219 commit 98b85a4Copy full SHA for 98b85a4
1 file changed
java/ql/src/utils/GenerateFlowTestCase.qll
@@ -299,9 +299,9 @@ class TestCase extends TTestCase {
299
* Returns an inline test expectation appropriate to this CSV row.
300
*/
301
string getExpectation() {
302
- kind = "value" and result = "// $hasValueFlow"
+ kind = "value" and result = "// $ hasValueFlow"
303
or
304
- kind = "taint" and result = "// $hasTaintFlow"
+ kind = "taint" and result = "// $ hasTaintFlow"
305
}
306
307
/**
0 commit comments