Skip to content

Commit 8acc09b

Browse files
committed
Swift: Make ql-for-ql happy.
1 parent 1ea4437 commit 8acc09b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

swift/ql/test/library-tests/dataflow/flowsources/FlowSources.ql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import codeql.swift.dataflow.FlowSources
33
import codeql.swift.dataflow.ExternalFlow
44

55
/**
6-
* Custom flow sources for this test. These cases ensure that MaD source
7-
* definitions are able to successfully match a range of class fields and
8-
* member functions.
6+
* A models-as-data class expressing custom flow sources for this test. These
7+
* cases ensure that MaD source definitions are able to successfully match a
8+
* range of class fields and member functions.
99
*/
1010
class CustomTestSourcesCsv extends SourceModelCsv {
1111
override predicate row(string row) {

0 commit comments

Comments
 (0)