Skip to content

Commit 620bdf2

Browse files
committed
Go: add new sink to completetest.ql as well
1 parent 6bfc0a7 commit 620bdf2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ql/test/library-tests/semmle/go/dataflow/ExternalFlow/completetest.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ class SinkModelTest extends SinkModelCsv {
5353
row =
5454
[
5555
//`namespace; type; subtypes; name; -; ext; input; kind`
56-
"github.com/nonexistent/test;B;false;Sink1;;;Argument[0];qltest"
56+
"github.com/nonexistent/test;B;false;Sink1;;;Argument[0];qltest",
57+
"github.com/nonexistent/test;B;false;SinkManyArgs;;;Argument[0..2];qltest"
5758
]
5859
}
5960
}

0 commit comments

Comments
 (0)