Skip to content

Commit 98b85a4

Browse files
committed
Improve inline-expectation style
1 parent a110219 commit 98b85a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/utils/GenerateFlowTestCase.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@ class TestCase extends TTestCase {
299299
* Returns an inline test expectation appropriate to this CSV row.
300300
*/
301301
string getExpectation() {
302-
kind = "value" and result = "// $hasValueFlow"
302+
kind = "value" and result = "// $ hasValueFlow"
303303
or
304-
kind = "taint" and result = "// $hasTaintFlow"
304+
kind = "taint" and result = "// $ hasTaintFlow"
305305
}
306306

307307
/**

0 commit comments

Comments
 (0)