mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
Go: add new sink to completetest.ql as well
This commit is contained in:
@@ -53,7 +53,8 @@ class SinkModelTest extends SinkModelCsv {
|
||||
row =
|
||||
[
|
||||
//`namespace; type; subtypes; name; -; ext; input; kind`
|
||||
"github.com/nonexistent/test;B;false;Sink1;;;Argument[0];qltest"
|
||||
"github.com/nonexistent/test;B;false;Sink1;;;Argument[0];qltest",
|
||||
"github.com/nonexistent/test;B;false;SinkManyArgs;;;Argument[0..2];qltest"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user