Improve inline-expectation style

This commit is contained in:
Chris Smowton
2021-07-13 16:36:08 +01:00
parent a11021991a
commit 98b85a481c

View File

@@ -299,9 +299,9 @@ class TestCase extends TTestCase {
* Returns an inline test expectation appropriate to this CSV row.
*/
string getExpectation() {
kind = "value" and result = "// $hasValueFlow"
kind = "value" and result = "// $ hasValueFlow"
or
kind = "taint" and result = "// $hasTaintFlow"
kind = "taint" and result = "// $ hasTaintFlow"
}
/**