mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Improve inline-expectation style
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user